Searched refs:rstart (Results 1 – 2 of 2) sorted by relevance
159 extern void *OS_AllocFixed(OSArenaId id, void **rstart, void **rend);
490 void *OS_AllocFixed(OSArenaId id, void **rstart, void **rend) in OS_AllocFixed() argument497 void *start = (void *)TRUNC(*rstart, ALIGNMENT); in OS_AllocFixed()648 *rstart = start; in OS_AllocFixed()652 return *rstart; in OS_AllocFixed()