r5sdk/r5dev/tier0/memalloc.h
Kawe Mazidjatari 20d1fabd0c Implement CUtlMemory, CUtlBlockMemory and CUtlVector
CUtlMemory has been modified to fit the size of the in-engine structure.
The new types seem to be either int64 or unsigned (size_t?).
2022-08-04 01:28:07 +02:00

8 lines
193 B
C

#ifndef TIER0_MEMALLOC_H
#define TIER0_MEMALLOC_H
#define MEM_ALLOC_CREDIT_CLASS()
#define MEM_ALLOC_CLASSNAME(type) NULL
#define MEM_ALLOC_CREDIT_FUNCTION()
#endif /* TIER0_MEMALLOC_H */