Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/osdemo/src/
Dallocdemo3-multipleheaps.c50 void* fromHeap1; in main() local
75 fromHeap1 = OSAlloc(OBJ1SIZE); in main()
86 OSFreeToHeap(Heap1, fromHeap1); in main()
90 fromHeap1 = OSAllocFromHeap(Heap1, OBJ2SIZE); in main()