Searched refs:allocated (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.3/build/libraries/os/src/ |
| D | OSAlloc.c | 143 Cell* allocated; // pointer to the first used cell member 412 hd->allocated = DLAddFront(hd->allocated, cell); in OSAllocFromHeap() 459 if (DLOverlap(hd->allocated, start, end)) in OSAllocFixed() 599 ASSERTMSG(DLLookup(hd->allocated, cell),OS_ERR_FREETOHEAP_INVPTR); in OSFreeToHeap() 609 hd->allocated = DLExtract(hd->allocated, cell); in OSFreeToHeap() 676 hd->free = hd->allocated = NULL; in OSInitAlloc() 736 ASSERTMSG(!DLOverlap(HeapArray[heap].allocated, start, end), in OSCreateHeap() 758 hd->allocated = 0; in OSCreateHeap() 811 hd->free = hd->allocated = NULL; in OSDestroyHeap() 865 ASSERTMSG(!DLOverlap(HeapArray[i].allocated, start, end), in OSAddToHeap() [all …]
|
| /RvlSDK-3.3/vcmv/ |
| D | Readme_en.txt | 183 ** size of the heap allocated with VCMVAllocateHeap(). ** 347 allocated for Opera RSO.
|