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

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dalloc.c632 word pages_requested, bytes_requested; local
661 bytes_requested = pages_requested*BYTES_PER_PAGE;
665 (generic_ptr)((char*)address + bytes_requested) > pages->max_addr)
666 pages->max_addr = (generic_ptr)((char*)address + bytes_requested);

Completed in 30 milliseconds