docs/Writerside/topics/allocator.h.md

changeset 1420
c6f55a2b3495
parent 1330
dd5d2402d161
equal deleted inserted replaced
1419:e46406fd1b3c 1420:c6f55a2b3495
50 CxAllocator * const cxStdlibAllocator; 50 CxAllocator * const cxStdlibAllocator;
51 51
52 // default allocator that can be changed 52 // default allocator that can be changed
53 CxAllocator *cxDefaultAllocator = cxStdlibAllocator; 53 CxAllocator *cxDefaultAllocator = cxStdlibAllocator;
54 54
55 // Convenience macros that invokes above functions with the cxDefaultAllocator. 55 // convenience macros that invoke the above with cxDefaultAllocator
56 #define cxMallocDefault(...) 56 #define cxMallocDefault(...)
57 #define cxZallocDefault(...) 57 #define cxZallocDefault(...)
58 #define cxCallocDefault(...) 58 #define cxCallocDefault(...)
59 #define cxReallocDefault(...) 59 #define cxReallocDefault(...)
60 #define cxReallocateDefault(...) 60 #define cxReallocateDefault(...)

mercurial