Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/2ndboot/updater/include/
A Dlibc.h9 #define XZ_HEAP_ALIGNMENT 4 macro
10 #define XZ_HEAP_BLK_HEAD_SIZE ALIGN(sizeof(blk_head_t), XZ_HEAP_ALIGNMENT)
/AliOS-Things-master/components/ota/2ndboot/updater/
A Dlibc.c244 if ( XZ_HEAP_BASE%XZ_HEAP_ALIGNMENT != 0 in heap_init()
256 freelist_tail = (void *)(XZ_HEAP_BASE + ALIGN(XZ_HEAP_SIZE, XZ_HEAP_ALIGNMENT) - in heap_init()
313 alloc_size = ALIGN(alloc_size, XZ_HEAP_ALIGNMENT); in ota_heap_malloc()

Completed in 3 milliseconds