calloc(size_t no, size_t _size, FXMemoryPool *heap, FXuint alignment) | FX::FXMemoryPool | [friend] |
calloc(FXuint no, FXuval size, FXuint alignment=0) | FX::FXMemoryPool | |
calloc_dbg(const char *file, const char *function, int lineno, size_t no, size_t _size, FXMemoryPool *heap, FXuint alignment) | FX::FXMemoryPool | [friend] |
current() | FX::FXMemoryPool | [static] |
free(void *p, FXMemoryPool *heap) | FX::FXMemoryPool | [friend] |
free(void *blk, FXuint alignment=0) | FX::FXMemoryPool | |
FXMemoryPool(FXuval maximum=(FXuval)-1, const char *identifier=0, QThread *owner=0, bool lazydeleted=false) | FX::FXMemoryPool | |
glcalloc(FXuval no, FXuval size, FXuint alignment=0) | FX::FXMemoryPool | [static] |
glfree(void *blk, FXuint alignment=0) | FX::FXMemoryPool | [static] |
glmalloc(FXuval size, FXuint alignment=0) | FX::FXMemoryPool | [static] |
glrealloc(void *blk, FXuval size) | FX::FXMemoryPool | [static] |
glstats() | FX::FXMemoryPool | [static] |
glstatsAsString() | FX::FXMemoryPool | [static] |
gltrim(FXuval left) | FX::FXMemoryPool | [static] |
malloc(size_t size, FXMemoryPool *heap, FXuint alignment) | FX::FXMemoryPool | [friend] |
malloc(FXuval size, FXuint alignment=0) | FX::FXMemoryPool | |
malloc_dbg(const char *file, const char *function, int lineno, size_t size, FXMemoryPool *heap, FXuint alignment) | FX::FXMemoryPool | [friend] |
maxsize() const | FX::FXMemoryPool | |
minHeapVirtualSpace | FX::FXMemoryPool | [static] |
poolFromBlk(void *blk) | FX::FXMemoryPool | [static] |
realloc(void *p, size_t size, FXMemoryPool *heap) | FX::FXMemoryPool | [friend] |
realloc(void *blk, FXuval size) | FX::FXMemoryPool | |
realloc_dbg(const char *file, const char *function, int lineno, void *p, size_t size, FXMemoryPool *heap) | FX::FXMemoryPool | [friend] |
setCurrent(FXMemoryPool *heap) | FX::FXMemoryPool | [static] |
size() const | FX::FXMemoryPool | |
statistics() | FX::FXMemoryPool | [static] |
~FXMemoryPool() | FX::FXMemoryPool | |