Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/
A Dpsram_reserve.c5 static struct Psram_Heap g_Psram_heap; variable
19 g_Psram_heap.FreeList = (PsramMemChunk *)(psRAMHeap); in Psram_heap_init()
20 g_Psram_heap.FreeList->next = NULL; in Psram_heap_init()
21 g_Psram_heap.FreeList->size = configTOTAL_PSRAM_HEAP_SIZE; in Psram_heap_init()
36 struct Psram_Heap* h = &g_Psram_heap; in Psram_heap_allocmem()
96 struct Psram_Heap* h = &g_Psram_heap; in Psram_reserved_heap_freemem()
169 struct Psram_Heap* h = &g_Psram_heap; in Psram_reserve_free_size()

Completed in 2 milliseconds