Skip to content

Class HL::MallocHeap

ClassList > HL > MallocHeap

  • #include <mallocheap.h>

Inherited by the following classes: HL::ObstackHeap, HL::ZoneHeap

Public Types

Type Name
enum MallocHeap

Public Functions

Type Name
void free (void * ptr)
size_t getSize (void * ptr)
void * malloc (size_t sz)

Public Types Documentation

enum MallocHeap

enum HL::MallocHeap::MallocHeap {
    Alignment = MallocInfo::Alignment
};

Public Functions Documentation

function free

inline void HL::MallocHeap::free (
    void * ptr
) 

function getSize

inline size_t HL::MallocHeap::getSize (
    void * ptr
) 

function malloc

inline void * HL::MallocHeap::malloc (
    size_t sz
) 


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