integration/gwnavgenerationglue/tbbtlsalloc/tbbtlsalloc.h Source File
Go to the documentation of this file.
9 #ifndef KyGlue_TbbTlsAlloc_H
10 #define KyGlue_TbbTlsAlloc_H
27 virtual void* Alloc(Kaim::UPInt size);
28 virtual void Free(
void* ptr);
29 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:23
Definition: defaultgeneratorglue.h:20