Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 17 of 17) sorted by relevance

/RvlSDK-3.1.4/build/libraries/mem/src/
Dmem_allocator.c46 MEMHeapHandle const heap = (MEMHeapHandle)pAllocator->pHeap; in AllocatorAllocForExpHeap_() local
67 MEMHeapHandle const heap = (MEMHeapHandle)pAllocator->pHeap; in AllocatorFreeForExpHeap_() local
91 MEMHeapHandle const heap = (MEMHeapHandle)pAllocator->pHeap; in AllocatorAllocForFrmHeap_() local
144 MEMHeapHandle const heap = (MEMHeapHandle)pAllocator->pHeap; in AllocatorAllocForUnitHeap_() local
170 MEMHeapHandle const heap = (MEMHeapHandle)pAllocator->pHeap; in AllocatorFreeForUnitHeap_() local
194 OSHeapHandle const heap = (int)pAllocator->pHeap; in AllocatorAllocForOSHeap_() local
214 OSHeapHandle const heap = (int)pAllocator->pHeap; in AllocatorFreeForOSHeap_() local
287 MEMHeapHandle heap, in MEMInitAllocatorForExpHeap()
319 MEMHeapHandle heap, in MEMInitAllocatorForFrmHeap()
350 MEMHeapHandle heap in MEMInitAllocatorForUnitHeap()
[all …]
Dmem_frameHeap.c298 MEMiGetFreeStartForFrmHeap( MEMHeapHandle heap ) in MEMiGetFreeStartForFrmHeap()
315 MEMiGetFreeEndForFrmHeap( MEMHeapHandle heap ) in MEMiGetFreeEndForFrmHeap()
336 MEMiDumpFrmHeap( MEMHeapHandle heap ) in MEMiDumpFrmHeap()
437 MEMDestroyFrmHeap( MEMHeapHandle heap ) in MEMDestroyFrmHeap()
463 MEMHeapHandle heap, in MEMAllocFromFrmHeapEx()
515 MEMHeapHandle heap, in MEMFreeToFrmHeap()
550 MEMHeapHandle heap, in MEMGetAllocatableSizeForFrmHeapEx()
598 MEMHeapHandle heap, in MEMRecordStateForFrmHeap()
655 MEMHeapHandle heap, in MEMFreeByStateToFrmHeap()
722 MEMAdjustFrmHeap( MEMHeapHandle heap ) in MEMAdjustFrmHeap()
[all …]
Dmem_unitHeap.c136 MEMiDumpUnitHeap( MEMHeapHandle heap ) in MEMiDumpUnitHeap()
259 MEMDestroyUnitHeap( MEMHeapHandle heap ) in MEMDestroyUnitHeap()
280 MEMAllocFromUnitHeap( MEMHeapHandle heap ) in MEMAllocFromUnitHeap()
314 MEMHeapHandle heap, in MEMFreeToUnitHeap()
345 MEMCountFreeBlockForUnitHeap( MEMHeapHandle heap ) in MEMCountFreeBlockForUnitHeap()
Dmem_expHeap.c159 GetExpHeapHeadPtrFromHandle_( MEMHeapHandle heap ) in GetExpHeapHeadPtrFromHandle_()
1145 MEMHeapHandle heap in IsValidUsedMBlock_()
1180 MEMiDumpExpHeap( MEMHeapHandle heap ) in MEMiDumpExpHeap()
1337 MEMDestroyExpHeap( MEMHeapHandle heap ) in MEMDestroyExpHeap()
1363 MEMHeapHandle heap, in MEMAllocFromExpHeapEx()
1414 MEMHeapHandle heap, in MEMResizeForMBlockExpHeap()
1524 MEMHeapHandle heap, in MEMFreeToExpHeap()
1565 MEMGetTotalFreeSizeForExpHeap( MEMHeapHandle heap ) in MEMGetTotalFreeSizeForExpHeap()
1601 MEMHeapHandle heap, in MEMGetAllocatableSizeForExpHeapEx()
1665 MEMiIsEmptyExpHeap( MEMHeapHandle heap ) in MEMiIsEmptyExpHeap()
[all …]
Dmem_heapCommon.c170 ListContainsHeap_( MEMList* list, const MEMiHeapHead* heap ) in ListContainsHeap_()
335 MEMFindParentHeap( MEMHeapHandle heap ) in MEMFindParentHeap()
371 MEMDumpHeap( MEMHeapHandle heap ) in MEMDumpHeap()
/RvlSDK-3.1.4/include/revolution/mem/
DheapCommon.h149 MEMGetHeapStartAddress( MEMHeapHandle heap ) in MEMGetHeapStartAddress()
164 MEMGetHeapEndAddress( MEMHeapHandle heap ) in MEMGetHeapEndAddress()
180 MEMGetHeapTotalUsableSize( MEMHeapHandle heap ) in MEMGetHeapTotalUsableSize()
197 MEMGetHeapTotalSize( MEMHeapHandle heap ) in MEMGetHeapTotalSize()
213 MEMGetHeapType( MEMHeapHandle heap ) in MEMGetHeapType()
236 MEMIsExpHeap( MEMHeapHandle heap ) in MEMIsExpHeap()
253 MEMIsFrmHeap( MEMHeapHandle heap ) in MEMIsFrmHeap()
270 MEMIsUnitHeap( MEMHeapHandle heap ) in MEMIsUnitHeap()
282 #define MEMDumpHeap( heap ) ((void)0) argument
DexpHeap.h227 MEMHeapHandle heap, in MEMAllocFromExpHeap()
245 MEMGetAllocatableSizeForExpHeap( MEMHeapHandle heap ) in MEMGetAllocatableSizeForExpHeap()
254 #define MEMCheckExpHeap( heap, optFlag ) (TRUE) argument
255 #define MEMCheckForMBlockExpHeap( memBlock, heap, optFlag ) (TRUE) argument
DframeHeap.h150 MEMHeapHandle heap, in MEMAllocFromFrmHeap()
169 MEMGetAllocatableSizeForFrmHeap( MEMHeapHandle heap ) in MEMGetAllocatableSizeForFrmHeap()
DunitHeap.h132 MEMGetMemBlockSizeForUnitHeap( MEMHeapHandle heap ) in MEMGetMemBlockSizeForUnitHeap()
/RvlSDK-3.1.4/build/demos/memdemo/src/
Dexp-1.c65 MEMHeapHandle heap, in GetTailSizeVisitorFunc()
93 MEMHeapHandle heap, in FreeGroupVisitorFunc()
258 MEMHeapHandle heap, in ReportVisitorFunc()
290 ReportExpHeap( MEMHeapHandle heap ) in ReportExpHeap()
Dfrm-1.c209 ReportFrmHeap( MEMHeapHandle heap ) in ReportFrmHeap()
249 MEMHeapHandle heap, in ReportVisitorFunc()
281 ReportExpHeap( MEMHeapHandle heap ) in ReportExpHeap()
Dthread_safe.c279 MEMHeapHandle heap, in ReportVisitorFunc()
311 ReportExpHeap( MEMHeapHandle heap ) in ReportExpHeap()
Dunit-1.c114 ReportUnitHeap( MEMHeapHandle heap ) in ReportUnitHeap()
/RvlSDK-3.1.4/build/libraries/os/src/
DOSAlloc.c338 void* OSAllocFromHeap(OSHeapHandle heap, u32 size) in OSAllocFromHeap()
584 void OSFreeToHeap(OSHeapHandle heap, void* ptr) in OSFreeToHeap()
627 OSHeapHandle OSSetCurrentHeap(OSHeapHandle heap) in OSSetCurrentHeap()
713 OSHeapHandle heap; in OSCreateHeap() local
787 void OSDestroyHeap(OSHeapHandle heap) in OSDestroyHeap()
834 void OSAddToHeap(OSHeapHandle heap, void* start, void* end) in OSAddToHeap()
903 long OSCheckHeap(OSHeapHandle heap) in OSCheckHeap()
1000 void OSDumpHeap(OSHeapHandle heap) in OSDumpHeap()
1068 u32 heap; in OSVisitAllocated() local
/RvlSDK-3.1.4/build/demos/kpadOlddemo/src/
Dmain.c60 OSHeapHandle heap ; in init_memory() local
/RvlSDK-3.1.4/build/demos/kpaddemo/src/
Dmain.c67 OSHeapHandle heap ; in init_memory() local
Dswing.c58 OSHeapHandle heap ; in init_memory() local