integration/gwnavgenerationglue/tbbtlsalloc.h Source File
Go to the documentation of this file.
22 virtual void* Alloc(Kaim::UPInt size);
23 virtual void Free(
void* ptr);
24 virtual void* Realloc(
void* oldPtr, Kaim::UPInt newSize);
This implementation of Kaim::ITlsAlloc uses the scalable memory allocation functions provided with th...
Definition: tbbtlsalloc.h:18
Definition: defaultgeneratorglue.h:14