Go to the source code of this file.
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().