Searched refs:heap_ptr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/ipc/
H A Dheap.h43 typedef unsigned heap_ptr; typedef
45 #define HEAP_INVALID_PTR ((heap_ptr)-1)
49 heap_ptr *ptr;
59 heap_insert (Heap *h, const void *data, heap_ptr *ptr);
68 heap_remove (Heap *h, heap_ptr ptr);
H A Dheap.c104 static heap_ptr dummy;
176 heap_insert (Heap *h, const void *data, heap_ptr *ptr)
248 heap_remove (Heap *h, heap_ptr ptr)
H A Dtimer.c42 heap_ptr hptr;
/macosx-10.10/emacs-93/emacs/src/
H A Dralloc.c165 } *heap_ptr;
167 #define NIL_HEAP ((heap_ptr) 0)
176 static heap_ptr first_heap, last_heap;
216 static heap_ptr
220 heap_ptr heap;
254 heap_ptr heap;
290 heap_ptr new_heap = (heap_ptr) MEM_ROUNDUP (new);
335 register heap_ptr h;
429 register heap_ptr hea
163 } *heap_ptr; typedef in typeref:struct:heap
[all...]
/macosx-10.10/libdispatch-442.1.4/src/
H A Dallocator.c349 _dispatch_alloc_try_create_heap(dispatch_heap_t *heap_ptr) argument
425 if (!dispatch_atomic_cmpxchg(heap_ptr, NULL, (void *)aligned_region,

Completed in 237 milliseconds