Lines Matching refs:HEAP_FREE
41 #define HEAP_FREE miniheap_free macro
67 #define HEAP_FREE cmpct_free macro
89 #define HEAP_FREE(p) dlfree(p) macro
135 HEAP_FREE(node); in heap_free_delayed_list()
213 HEAP_FREE(ptr); in free()
256 HEAP_FREE(ptr[5]); in heap_test()
257 HEAP_FREE(ptr[1]); in heap_test()
258 HEAP_FREE(ptr[3]); in heap_test()
259 HEAP_FREE(ptr[0]); in heap_test()
260 HEAP_FREE(ptr[4]); in heap_test()
261 HEAP_FREE(ptr[2]); in heap_test()
278 HEAP_FREE(ptr[index]); in heap_test()
291 HEAP_FREE(ptr[i]); in heap_test()