#include <dlfcn.h>#include "ansiwrapper.h"#include "sizeheap.h"#include "staticheap.h"Go to the source code of this file.
Classes | |
| class | HL::LocalMallocHeap |
Namespaces | |
| namespace | HL |
A thread-wrapper of childlike simplicity :). | |
Typedefs | |
| typedef void * | mallocFunction (size_t) |
| typedef void | freeFunction (void *) |
| typedef size_t | msizeFunction (void *) |
| typedef void | exitFunction (int) |
Functions | |
| size_t | malloc_usable_size (void *) |
Variables | |
| exitFunction * | trueExitFunction |
| typedef void exitFunction(int) |
| typedef void freeFunction(void *) |
| typedef void* mallocFunction(size_t) |
| typedef size_t msizeFunction(void *) |
| size_t malloc_usable_size | ( | void * | ) |
1.6.3