Searched refs:allocated (Results 1 – 7 of 7) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_alloc.c | 124 Cell *allocated; // pointer to the first used cell member 460 hd->allocated = DLAddFront(hd->allocated, cell); in OS_AllocFromHeap() 520 if (DLOverlap(hd->allocated, start, end)) in OS_AllocFixed() 696 SDK_ASSERTMSG(DLLookup(hd->allocated, cell), OS_ERR_FREETOHEAP_INVPTR); in OS_FreeToHeap() 706 hd->allocated = DLExtract(hd->allocated, cell); in OS_FreeToHeap() 746 while ((cell = hd->allocated) != NULL) in OS_FreeAllToHeap() 749 SDK_ASSERT(DLLookup(hd->allocated, cell)); in OS_FreeAllToHeap() 759 hd->allocated = DLExtract(hd->allocated, cell); in OS_FreeAllToHeap() 847 hd->free = hd->allocated = NULL; in OS_InitAlloc() 935 SDK_ASSERTMSG(!DLOverlap(heapInfo->heapArray[heap].allocated, start, end), in OS_CreateHeap() [all …]
|
| /TwlSDK-5.1.0/include/nitro/specfiles/ |
| D | ARM7-TS.lcf | 137 SDK_IRQ_STACKSIZE = 0x200; # allocated in PWRAM 138 SDK_SYS_STACKSIZE = 0x400; # allocated in PWRAM
|
| D | ARM7-TEG.lcf | 149 SDK_IRQ_STACKSIZE = 0x200; # allocated in PWRAM 150 SDK_SYS_STACKSIZE = 0x400; # allocated in PWRAM
|
| D | ARM9-TEG.lcf | 157 SDK_IRQ_STACKSIZE = 0x400; # allocated in DTCM
|
| D | ARM9-TS.lcf | 161 SDK_IRQ_STACKSIZE = 0x400; # allocated in DTCM
|
| /TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/ |
| D | mi_sharedWram.c | 1100 int allocated = 0; in MIi_DoAllocWram() local 1112 if ( allocated == 0 ) in MIi_DoAllocWram() 1117 if ( ++ allocated >= blocks ) in MIi_DoAllocWram() 1124 allocated = 0; in MIi_DoAllocWram() 1129 if ( allocated < blocks ) in MIi_DoAllocWram() 1626 int allocated = 0; in MIi_DoReserveWram() local 1638 if ( allocated == 0 ) in MIi_DoReserveWram() 1643 if ( ++ allocated >= blocks ) in MIi_DoReserveWram() 1650 allocated = 0; in MIi_DoReserveWram() 1654 if ( allocated < blocks ) in MIi_DoReserveWram()
|
| /TwlSDK-5.1.0/build/tools/makelcf.TWL/test/ |
| D | test2.lcf | 507 SDK_IRQ_STACKSIZE = 1024; # allocated in DTCM
|