Home
last modified time | relevance | path

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

/RvlSDK-3.3/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_()
1149 MEMHeapHandle heap in IsValidUsedMBlock_()
1191 MEMiDumpExpHeap( MEMHeapHandle heap ) in MEMiDumpExpHeap()
1348 MEMDestroyExpHeap( MEMHeapHandle heap ) in MEMDestroyExpHeap()
1374 MEMHeapHandle heap, in MEMAllocFromExpHeapEx()
1426 MEMHeapHandle heap, in MEMResizeForMBlockExpHeap()
1538 MEMHeapHandle heap, in MEMFreeToExpHeap()
1577 MEMGetTotalFreeSizeForExpHeap( MEMHeapHandle heap ) in MEMGetTotalFreeSizeForExpHeap()
1613 MEMHeapHandle heap, in MEMGetAllocatableSizeForExpHeapEx()
1677 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.3/include/revolution/mem/
DheapCommon.h147 MEMGetHeapStartAddress( MEMHeapHandle heap ) in MEMGetHeapStartAddress()
162 MEMGetHeapEndAddress( MEMHeapHandle heap ) in MEMGetHeapEndAddress()
178 MEMGetHeapTotalUsableSize( MEMHeapHandle heap ) in MEMGetHeapTotalUsableSize()
195 MEMGetHeapTotalSize( MEMHeapHandle heap ) in MEMGetHeapTotalSize()
211 MEMGetHeapType( MEMHeapHandle heap ) in MEMGetHeapType()
234 MEMIsExpHeap( MEMHeapHandle heap ) in MEMIsExpHeap()
251 MEMIsFrmHeap( MEMHeapHandle heap ) in MEMIsFrmHeap()
268 MEMIsUnitHeap( MEMHeapHandle heap ) in MEMIsUnitHeap()
280 #define MEMDumpHeap( heap ) ((void)0) argument
DexpHeap.h228 MEMHeapHandle heap, in MEMAllocFromExpHeap()
246 MEMGetAllocatableSizeForExpHeap( MEMHeapHandle heap ) in MEMGetAllocatableSizeForExpHeap()
255 #define MEMCheckExpHeap( heap, optFlag ) (TRUE) argument
256 #define MEMCheckForMBlockExpHeap( memBlock, heap, optFlag ) (TRUE) argument
DframeHeap.h149 MEMHeapHandle heap, in MEMAllocFromFrmHeap()
168 MEMGetAllocatableSizeForFrmHeap( MEMHeapHandle heap ) in MEMGetAllocatableSizeForFrmHeap()
DunitHeap.h131 MEMGetMemBlockSizeForUnitHeap( MEMHeapHandle heap ) in MEMGetMemBlockSizeForUnitHeap()
/RvlSDK-3.3/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.3/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.3/build/demos/pmicdemo/src/
Daudio.c154 BOOL AUDIOInit(MEMHeapHandle* heap, MicFunc procFunc) in AUDIOInit()
348 static u8* loadFile(char *path, MEMHeapHandle* heap) in loadFile()
/RvlSDK-3.3/build/demos/kpaddemo/src/
Dmain.c72 OSHeapHandle heap ; in init_memory() local
Dswing.c60 OSHeapHandle heap ; in init_memory() local