|
| void * | XLALMalloc (size_t n) |
| |
| void * | XLALMallocLong (size_t n, const char *file, int line) |
| |
| void * | XLALCalloc (size_t m, size_t n) |
| |
| void * | XLALCallocLong (size_t m, size_t n, const char *file, int line) |
| |
| void * | XLALRealloc (void *p, size_t n) |
| |
| void * | XLALReallocLong (void *p, size_t n, const char *file, int line) |
| |
| void | XLALFree (void *p) |
| |
| void | XLALFreeLong (void *p, const char *file, const int line) |
| |
| void * | LALMallocShort (size_t n) |
| |
| void * | LALMallocLong (size_t n, const char *file, int line) |
| |
| void * | LALCallocShort (size_t m, size_t n) |
| |
| void * | LALCallocLong (size_t m, size_t n, const char *file, int line) |
| |
| void * | LALReallocShort (void *p, size_t n) |
| |
| void * | LALReallocLong (void *p, size_t n, const char *file, int line) |
| |
| void | LALFreeShort (void *p) |
| |
| void | LALFreeLong (void *p, const char *file, int line) |
| |
| void() | LALCheckMemoryLeaks (void) |
| |
Go to the source code of this file.
|
| #define | XLALMalloc(n) XLALMallocLong( n, __FILE__, __LINE__ ) |
| |
| #define | XLALCalloc(m, n) XLALCallocLong( m, n, __FILE__, __LINE__ ) |
| |
| #define | XLALRealloc(p, n) XLALReallocLong( p, n, __FILE__, __LINE__ ) |
| |
| #define | XLALFree(p) XLALFreeLong( p, __FILE__, __LINE__ ) |
| |
| #define | LALMalloc(n) LALMallocLong( n, __FILE__, __LINE__ ) |
| |
| #define | LALCalloc(m, n) LALCallocLong( m, n, __FILE__, __LINE__ ) |
| |
| #define | LALRealloc(p, n) LALReallocLong( p, n, __FILE__, __LINE__ ) |
| |
| #define | LALFree(p) LALFreeLong( p, __FILE__, __LINE__ ) |
| |
◆ LALMalloc
◆ LALCalloc
◆ LALRealloc
| #define LALRealloc |
( |
|
p, |
|
|
|
n |
|
) |
| LALReallocLong( p, n, __FILE__, __LINE__ ) |
◆ LALFree
| #define LALFree |
( |
|
p | ) |
LALFreeLong( p, __FILE__, __LINE__ ) |
◆ LALCheckMemoryLeaks()
| void() LALCheckMemoryLeaks |
( |
void |
| ) |
|
◆ lalMemDbgArgPtr
◆ lalMemDbgRetPtr
◆ lalMemDbgPtr
◆ lalMemDbgUsrPtr
◆ lalMemDbgUsrHndl
◆ lalIsMemDbgArgPtr
◆ lalIsMemDbgRetPtr
◆ lalIsMemDbgPtr