20 #ifndef __UT_FMalloc__
21 #define __UT_FMalloc__
30 #define UT_FMALLOC_NBUCKETS 39
41 ut_FMemoryPage *fmalloc(
size_t size);
46 void ffree(ut_FMemoryPage *mem);
53 void *lock(ut_FMemoryPage *mem,
bool readwrite=
true);
58 void modify(ut_FMemoryPage *mem,
bool readwrite=
true);
63 void unlock(ut_FMemoryPage *mem);
71 size_t getSize(ut_FMemoryPage *mem);
72 int64 getSeek(ut_FMemoryPage *mem);
75 void *getLockedMemory(ut_FMemoryPage *mem);
GT_API const UT_StringHolder filename
#define UT_FMALLOC_NBUCKETS
#define UT_NON_COPYABLE(CLASS)
Define deleted copy constructor and assignment operator inside a class.