6 #if !defined(__OFC_HEAP_H__)
40 #if defined(__cplusplus)
159 #if defined(__cplusplus)
OFC_CORE_LIB OFC_VOID ofc_heap_dump_stats(OFC_VOID)
OFC_CORE_LIB OFC_VOID ofc_heap_snap(OFC_VOID)
OFC_CORE_LIB OFC_VOID ofc_heap_load(OFC_VOID)
OFC_CORE_LIB OFC_VOID ofc_heap_dump(OFC_VOID)
OFC_CORE_LIB OFC_LPVOID ofc_calloc(OFC_SIZET nmemb, OFC_SIZET size)
OFC_CORE_LIB OFC_LPVOID ofc_realloc(OFC_LPVOID ptr, OFC_SIZET size)
OFC_CORE_LIB OFC_VOID ofc_heap_check_alloc(OFC_LPCVOID mem)
OFC_CORE_LIB OFC_VOID ofc_free(OFC_LPVOID mem)
OFC_CORE_LIB OFC_VOID ofc_heap_dump_chunk(OFC_LPVOID mem)
OFC_CORE_LIB OFC_VOID ofc_heap_unload(OFC_VOID)
OFC_CORE_LIB OFC_LPVOID ofc_malloc(OFC_SIZET size)
void OFC_VOID
Definition: types.h:159
const OFC_VOID * OFC_LPCVOID
Definition: types.h:458
long int OFC_SIZET
Definition: types.h:115
OFC_VOID * OFC_LPVOID
Definition: types.h:450