File customheaps.h¶
FileList > cubrid > src > heaplayers > customheaps.h
Go to the source code of this file
#include "config.h"
Public Functions¶
| Type | Name |
|---|---|
| void | hl_clear_lea_heap (UINTPTR heap_id) |
| void * | hl_fixed_alloc (UINTPTR heap_id, size_t sz) |
| void | hl_fixed_free (UINTPTR heap_id, void * ptr) |
| void * | hl_lea_alloc (UINTPTR heap_id, size_t sz) |
| void | hl_lea_free (UINTPTR heap_id, void * ptr) |
| void * | hl_lea_realloc (UINTPTR heap_id, void * ptr, size_t sz) |
| void * | hl_ostk_alloc (UINTPTR heap_id, size_t sz) |
| void | hl_ostk_free (UINTPTR heap_id, void * ptr) |
| UINTPTR | hl_register_fixed_heap (int chunk_size) |
| UINTPTR | hl_register_lea_heap (void) |
| UINTPTR | hl_register_ostk_heap (int chunk_size) |
| void | hl_unregister_fixed_heap (UINTPTR heap_id) |
| void | hl_unregister_lea_heap (UINTPTR heap_id) |
| void | hl_unregister_ostk_heap (UINTPTR heap_id) |
Public Functions Documentation¶
function hl_clear_lea_heap¶
function hl_fixed_alloc¶
function hl_fixed_free¶
function hl_lea_alloc¶
function hl_lea_free¶
function hl_lea_realloc¶
function hl_ostk_alloc¶
function hl_ostk_free¶
function hl_register_fixed_heap¶
function hl_register_lea_heap¶
function hl_register_ostk_heap¶
function hl_unregister_fixed_heap¶
function hl_unregister_lea_heap¶
function hl_unregister_ostk_heap¶
The documentation for this class was generated from the following file cubrid/src/heaplayers/customheaps.h