25 #include "common/str.h" 26 #include "m4/m4_types.h" 30 typedef void **MemHandle;
33 inline void HLock(Handle h) {}
34 inline void HUnLock(Handle h) {}
35 inline void HPurge(Handle h) {}
36 inline void HNoPurge(Handle h) {}
38 inline bool MakeMem(
size_t FreeBlockNeeded,
const char *) {
43 bool mem_ReallocateHandle(MemHandle h,
size_t size,
const Common::String &name);
45 void DisposeHandle(MemHandle handle);
Definition: database.h:28