Searched defs:heap (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/include/barrelfish/
H A Dheap.h34 struct heap { struct
[all...]
/barrelfish-2018-10-04/lib/barrelfish/
H A Dheap.c28 void heap_init(struct heap *heap, void *buf, size_t buflen, argument
53 heap_alloc(struct heap *heap, size_t nbytes) argument
90 heap_free(struct heap *heap, void *ap) argument
146 heap_default_morecore(struct heap *heap, unsigned nu) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dprivate_mem.c83 struct heap heap; member in struct:prmem
H A Dalloc.c709 struct heap *heap = hd->heap; local
741 struct heap *heap = hd->heap; local
833 struct heap *heap = hd->heap; local
1017 struct heap *heap = hd->heap; local
[all...]
H A Dmemman.h159 struct heap { struct
231 struct heap *heap; member in struct:heap_descriptor
257 struct heap heap; /* block manager structure */ member in struct:shm_desc
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Decp_smpl.c1545 BIGNUM **heap = NULL; local
[all...]
/barrelfish-2018-10-04/lib/zlib/
H A Ddeflate.h203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member in struct:internal_state

Completed in 102 milliseconds