Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_alloc.c124 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/
DARM7-TS.lcf137 SDK_IRQ_STACKSIZE = 0x200; # allocated in PWRAM
138 SDK_SYS_STACKSIZE = 0x400; # allocated in PWRAM
DARM7-TEG.lcf149 SDK_IRQ_STACKSIZE = 0x200; # allocated in PWRAM
150 SDK_SYS_STACKSIZE = 0x400; # allocated in PWRAM
DARM9-TEG.lcf157 SDK_IRQ_STACKSIZE = 0x400; # allocated in DTCM
DARM9-TS.lcf161 SDK_IRQ_STACKSIZE = 0x400; # allocated in DTCM
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c1100 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/
Dtest2.lcf507 SDK_IRQ_STACKSIZE = 1024; # allocated in DTCM