
Go to the source code of this file.
Macros | |
| #define | xsMathMalloc(n) xsAlignedMalloc(n) |
| #define | xsMathRealloc(p, n) xsAlignedRealloc(p,n) |
| #define | xsMathFree(p) xsAlignedFree(p) |
Functions | |
| XSTYPES_DLL_API void * | xsMalloc (size_t sz) |
| XSTYPES_DLL_API void * | xsRealloc (void *ptr, size_t sz) |
| XSTYPES_DLL_API void | xsFree (void *ptr) |
| XSTYPES_DLL_API void * | xsAlignedMalloc (size_t sz) |
| XSTYPES_DLL_API void * | xsAlignedRealloc (void *ptr, size_t sz) |
| XSTYPES_DLL_API void | xsAlignedFree (void *ptr) |
| #define xsMathFree | ( | p | ) | xsAlignedFree(p) |
Definition at line 36 of file xsmalloc.h.
| #define xsMathMalloc | ( | n | ) | xsAlignedMalloc(n) |
Definition at line 28 of file xsmalloc.h.
| #define xsMathRealloc | ( | p, | |
| n | |||
| ) | xsAlignedRealloc(p,n) |
Definition at line 32 of file xsmalloc.h.
| XSTYPES_DLL_API void xsAlignedFree | ( | void * | ptr | ) |
| XSTYPES_DLL_API void* xsAlignedMalloc | ( | size_t | sz | ) |
| XSTYPES_DLL_API void* xsAlignedRealloc | ( | void * | ptr, |
| size_t | sz | ||
| ) |
| XSTYPES_DLL_API void xsFree | ( | void * | ptr | ) |
| XSTYPES_DLL_API void* xsMalloc | ( | size_t | sz | ) |
| XSTYPES_DLL_API void* xsRealloc | ( | void * | ptr, |
| size_t | sz | ||
| ) |
| Page generated by Doxygen 1.8.14 for MRPT 1.5.8 Git: f67d0f871 Wed Sep 25 18:32:17 2019 +0200 at lun oct 28 01:58:29 CET 2019 |