#include <stddef.h>
Go to the source code of this file.
Macros | |
#define | BigAlloc(size) MyAlloc(size) |
#define | BigFree(address) MyFree(address) |
#define | MidAlloc(size) MyAlloc(size) |
#define | MidFree(address) MyFree(address) |
Functions | |
void * | MyAlloc (size_t size) |
void | MyFree (void *address) |
void* MyAlloc | ( | size_t | size | ) |
Definition at line 23 of file Alloc.cc.
References AlCaHLTBitMon_ParallelJobs::p.
Referenced by SzAlloc().