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

/barrelfish-master/include/barrelfish/
H A Dheap.h34 struct heap { struct
[all...]
/barrelfish-master/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-master/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-master/lib/cxx/cxxabi/
H A Dfallback_malloc.cpp64 char heap[HEAP_SIZE] __attribute__((aligned)); member in namespace:__anon208
[all...]
/barrelfish-master/usr/bench/cow/
H A Dmain.c170 struct vspace_mmu_aware *heap = malloc(sizeof(*heap)); local
/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Decp_smpl.c1545 BIGNUM **heap = NULL; local
[all...]
/barrelfish-master/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 105 milliseconds