Home
last modified time | relevance | path

Searched refs:rstart (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.3/include/revolution/os/
DOSAlloc.h99 void** rstart,
/RvlSDK-3.3/build/libraries/os/src/
DOSAlloc.c439 void* OSAllocFixed(void** rstart, void** rend) in OSAllocFixed() argument
445 void* start = (void*) TRUNC(*rstart, ALIGNMENT); in OSAllocFixed()
568 *rstart = start; in OSAllocFixed()
570 return *rstart; in OSAllocFixed()