typedef omni::pool::Manager<sizeof(void*), 4, 1024, DEFAULT_CHUNK_SIZE> GManager |
Global pool manager type.
GManager& omni::pool::details::g_pool | ( | ) |
sync::Lockable& omni::pool::details::g_lock | ( | ) |
Get the global synchronization object.
This global synchronization object is used to synchronize access to the global pool manager in multi-thread environment.