Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/2ndboot/updater/
A Dlibc.c245 || XZ_HEAP_SIZE > (~XZ_HEAP_MAGIC) in heap_init()
341 blk_alloc->magic_size |= XZ_HEAP_MAGIC; in ota_heap_malloc()
355 ||(free_blk->magic_size & XZ_HEAP_MAGIC) != XZ_HEAP_MAGIC) { in ota_heap_free()
360 free_blk->magic_size &= ~XZ_HEAP_MAGIC; in ota_heap_free()
/AliOS-Things-master/components/ota/2ndboot/updater/include/
A Dlibc.h12 #define XZ_HEAP_MAGIC (0xF0000000) macro

Completed in 4 milliseconds