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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmalloc.c67 unsigned int nmem, rmem; local
79 rmem = (nmem + 15) & -16; /* Round to 16 byte boundary */
80 amem = (malloc_block *)rmem; /* Point to the block */
93 return (void *)(rmem + 16); /* Return the block */

Completed in 149 milliseconds