Searched defs:heap (Results 1 – 3 of 3) sorted by relevance
124 rt_err_t rt_memheap_detach(struct rt_memheap *heap) in rt_memheap_detach()138 void *rt_memheap_alloc(struct rt_memheap *heap, rt_size_t size) in rt_memheap_alloc()284 void *rt_memheap_realloc(struct rt_memheap *heap, void *ptr, rt_size_t newsize) in rt_memheap_realloc()498 struct rt_memheap *heap; in rt_memheap_free() local620 struct rt_memheap *heap; in rt_malloc() local
116 void *rt_lwp_memheap_alloc(struct rt_lwp_memheap *heap, rt_uint32_t size) in rt_lwp_memheap_alloc()260 void *rt_lwp_memheap_realloc(struct rt_lwp_memheap *heap, void *ptr, rt_size_t newsize) in rt_lwp_memheap_realloc()470 struct rt_lwp_memheap *heap; in rt_lwp_memheap_free() local
203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member