Searched refs:rstart (Results 1 – 2 of 2) sorted by relevance
191 extern void *OS_AllocFixed(OSArenaId id, void **rstart, void **rend);
494 void *OS_AllocFixed(OSArenaId id, void **rstart, void **rend) in OS_AllocFixed() argument501 void *start = (void *)TRUNC(*rstart, ALIGNMENT); in OS_AllocFixed()654 *rstart = start; in OS_AllocFixed()658 return *rstart; in OS_AllocFixed()