Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/2ndboot/updater/
A Dlibc.c18 static blk_head_t *freelist_tail = NULL; variable
256 freelist_tail = (void *)(XZ_HEAP_BASE + ALIGN(XZ_HEAP_SIZE, XZ_HEAP_ALIGNMENT) - in heap_init()
258 freelist_tail->next = NULL; in heap_init()
259 freelist_tail->magic_size = 0; in heap_init()
262 free_blk->next = freelist_tail; in heap_init()
263 free_blk->magic_size = (unsigned int)freelist_tail - (unsigned int) free_blk; in heap_init()
276 if (blk_before == freelist_tail) { in heap_freeblk_insert()
290 if (blk_after != freelist_tail && in heap_freeblk_insert()
306 if (freelist_tail == NULL) { in ota_heap_malloc()
/AliOS-Things-master/components/SDL2/src/timer/
A DSDL_timer.c107 SDL_Timer *freelist_tail = NULL; in SDL_TimerThread() local
125 freelist_tail->next = data->freelist; in SDL_TimerThread()
138 freelist_tail = NULL; in SDL_TimerThread()
178 if (freelist_tail) { in SDL_TimerThread()
179 freelist_tail->next = current; in SDL_TimerThread()
181 freelist_tail = current; in SDL_TimerThread()

Completed in 7 milliseconds