Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/2ndboot/updater/
A Dlibc.c15 } blk_head_t; typedef
17 static blk_head_t freelist_head;
18 static blk_head_t *freelist_tail = NULL;
243 blk_head_t *free_blk = NULL; in heap_init()
269 static void heap_freeblk_insert(blk_head_t *blk_insert) in heap_freeblk_insert()
271 blk_head_t *blk_before = NULL; in heap_freeblk_insert()
272 blk_head_t *blk_after = NULL; in heap_freeblk_insert()
302 blk_head_t *blk_alloc = NULL; in ota_heap_malloc()
303 blk_head_t *blk_prev = NULL; in ota_heap_malloc()
304 blk_head_t *blk_left = NULL; in ota_heap_malloc()
[all …]
/AliOS-Things-master/components/ota/2ndboot/updater/include/
A Dlibc.h10 #define XZ_HEAP_BLK_HEAD_SIZE ALIGN(sizeof(blk_head_t), XZ_HEAP_ALIGNMENT)

Completed in 4 milliseconds