Searched refs:h_alloc (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dpds.mem.h132 #define pds_mem_alloc(dscr,size) h_alloc(dscr,size)
/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dprivate_mem.c231 return h_alloc(&private_heap, size);
H A Dmemman.h293 generic_ptr h_alloc(struct heap_descriptor *, word);
340 generic_ptr h_alloc();
H A Dalloc.c47 * h_alloc(heap, bytes)
932 h_alloc(struct heap_descriptor *hd, word size) function
966 return h_alloc(hd, newsize);
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dglobalstate.tex171 generic_ptr h_alloc(struct heap_descriptor *, int size);
182 Free the memory at addr which was allocated previously with h_alloc().
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dmem.c1025 return h_alloc(&global_heap, size);

Completed in 185 milliseconds