#include <cstddef>
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, findQualityFiles::size, and submitPVResolutionJobs::stderr.
Referenced by SzAlloc().
void MyFree | ( | void * | address | ) |
Definition at line 37 of file Alloc.cc.
References submitPVResolutionJobs::stderr.
Referenced by SzFree().