Searched refs:alloc_pagewise (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dmemman.h279 generic_ptr alloc_pagewise(struct heap_descriptor *, word, word *);
327 generic_ptr alloc_pagewise();
H A Dalloc.c36 * alloc_pagewise()
538 alloc_pagewise( function
685 return alloc_pagewise(hd, BYTES_PER_PAGE, &dummy);
822 ptr = alloc_pagewise(hd, bytes_needed, &bytes_allocated);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dmem.c559 stack = (struct stack_header *) alloc_pagewise(&private_heap,
662 temp = (struct temp_header *) alloc_pagewise(&private_heap,
794 block = (struct buffer_block_header *) alloc_pagewise(&private_heap,

Completed in 87 milliseconds