Home
last modified time | relevance | path

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

/RvlSDK-3.1/include/revolution/os/
DOSAlloc.h100 void** rend);
/RvlSDK-3.1/build/libraries/os/src/
DOSAlloc.c439 void* OSAllocFixed(void** rstart, void** rend) in OSAllocFixed() argument
446 void* end = (void*) ROUND(*rend, ALIGNMENT); in OSAllocFixed()
569 *rend = end; in OSAllocFixed()