Skip to content

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

void hl_clear_lea_heap (
    UINTPTR heap_id
) 

function hl_fixed_alloc

void * hl_fixed_alloc (
    UINTPTR heap_id,
    size_t sz
) 

function hl_fixed_free

void hl_fixed_free (
    UINTPTR heap_id,
    void * ptr
) 

function hl_lea_alloc

void * hl_lea_alloc (
    UINTPTR heap_id,
    size_t sz
) 

function hl_lea_free

void hl_lea_free (
    UINTPTR heap_id,
    void * ptr
) 

function hl_lea_realloc

void * hl_lea_realloc (
    UINTPTR heap_id,
    void * ptr,
    size_t sz
) 

function hl_ostk_alloc

void * hl_ostk_alloc (
    UINTPTR heap_id,
    size_t sz
) 

function hl_ostk_free

void hl_ostk_free (
    UINTPTR heap_id,
    void * ptr
) 

function hl_register_fixed_heap

UINTPTR hl_register_fixed_heap (
    int chunk_size
) 

function hl_register_lea_heap

UINTPTR hl_register_lea_heap (
    void
) 

function hl_register_ostk_heap

UINTPTR hl_register_ostk_heap (
    int chunk_size
) 

function hl_unregister_fixed_heap

void hl_unregister_fixed_heap (
    UINTPTR heap_id
) 

function hl_unregister_lea_heap

void hl_unregister_lea_heap (
    UINTPTR heap_id
) 

function hl_unregister_ostk_heap

void hl_unregister_ostk_heap (
    UINTPTR heap_id
) 


The documentation for this class was generated from the following file cubrid/src/heaplayers/customheaps.h