Searched refs:memory_list_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_alloc.c67 #define LIST_TO_BLOCK(lst) ((void*) (((char *)lst) + sizeof(memory_list_t)))
68 #define BLOCK_TO_LIST(blk) ((memory_list_t*) (((char*)blk) - sizeof(memory_list_t)))
80 memory_list_t *lp = NULL;
81 memory_list_t *dbglp = NULL;
82 memory_list_t *nextblock = NULL;
85 lp = (memory_list_t *) malloc(size + sizeof(memory_list_t));
142 memory_list_t *lp;
168 memory_list_t *dbgl
[all...]
H A Dpro_opaque.h310 } memory_list_t; typedef in typeref:struct:memory_list_s

Completed in 45 milliseconds