glowmem.h File Reference

Typedef cleanUpStack

typedef struct _cleanUpStackcleanUpStack

Typedef mem_info

typedef struct _mem_infomem_info

_get_thread_specific_data ( )

IMPORT_C mem_info *_get_thread_specific_data()

_set_thread_specific_data ( mem_info * )

IMPORT_C int_set_thread_specific_data(mem_info *m)

_push ( cleanUpStack *, void * )

IMPORT_C int_push(cleanUpStack *cs,
void *ptr
)

_pop ( cleanUpStack * )

IMPORT_C void *_pop(cleanUpStack *cs)

_findAndDestroy ( cleanUpStack *, void * )

IMPORT_C void_findAndDestroy(cleanUpStack *cs,
void *ptr
)

_destroCleanUpStack ( cleanUpStack * )

IMPORT_C void_destroCleanUpStack(cleanUpStack *cs)

_clearCleanUpStack ( cleanUpStack * )

IMPORT_C void_clearCleanUpStack(cleanUpStack *cs)

_pAlloc ( size_t )

IMPORT_C void *_pAlloc(size_tsize)

_dummy1 ( )

IMPORT_C void_dummy1()

_dummy2 ( )

IMPORT_C void_dummy2()

_dummy3 ( )

IMPORT_C void_dummy3()

SET_LOW_MEMORY_TRAP_VOID

SET_LOW_MEMORY_TRAP

REMOVE_LOW_MEMORY_TRAP