Searched refs:memory_list_t (Results 1 – 2 of 2) sorted by relevance
67 #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; in _dwarf_p_get_alloc()81 memory_list_t *dbglp = NULL; in _dwarf_p_get_alloc()82 memory_list_t *nextblock = NULL; in _dwarf_p_get_alloc()85 lp = (memory_list_t *) malloc(size + sizeof(memory_list_t)); in _dwarf_p_get_alloc()142 memory_list_t *lp; in _dwarf_p_dealloc()168 memory_list_t *dbglp; in _dwarf_p_dealloc_all()
310 } memory_list_t; typedef