Go to the source code of this file.
Classes | |
class | GUIPoolAllocator_t |
Pool allocator for use only from the GUI thread to minimize memory fragmentation. More... | |
Variables | |
EXPORT GUIPoolAllocator_t | g_gui_pool_allocator |
Non-core library: UTgui
Definition in file UTGUIPoolAllocator.h.
GUI objects pool allocator for use from the main thread.
Non-core library: UTgui
A pool allocator for use by GUI objects which are frequently and rapidly created and destroyed, but are only created or destroyed from the GUI thread.