Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/timer/
A DSDL_timer.c106 SDL_Timer *freelist_head = NULL; in SDL_TimerThread() local
124 if (freelist_head) { in SDL_TimerThread()
126 data->freelist = freelist_head; in SDL_TimerThread()
137 freelist_head = NULL; in SDL_TimerThread()
175 if (!freelist_head) { in SDL_TimerThread()
176 freelist_head = current; in SDL_TimerThread()
/AliOS-Things-master/components/ota/2ndboot/updater/
A Dlibc.c17 static blk_head_t freelist_head; variable
254 freelist_head.next = (void *) XZ_HEAP_BASE; in heap_init()
255 freelist_head.magic_size = 0; in heap_init()
275 … for (blk_before = &freelist_head; blk_before->next < blk_insert; blk_before = blk_before->next) { in heap_freeblk_insert()
315 blk_prev = &freelist_head; in ota_heap_malloc()
316 blk_alloc = freelist_head.next; in ota_heap_malloc()

Completed in 9 milliseconds