Searched refs:magic_size (Results 1 – 1 of 1) sorted by relevance
14 unsigned int magic_size; member255 freelist_head.magic_size = 0; in heap_init()259 freelist_tail->magic_size = 0; in heap_init()282 blk_before->magic_size += blk_insert->magic_size; in heap_freeblk_insert()292 blk_insert->magic_size += blk_after->magic_size; in heap_freeblk_insert()330 blk_left->magic_size = blk_alloc->magic_size - alloc_size; in ota_heap_malloc()331 blk_alloc->magic_size = alloc_size; in ota_heap_malloc()336 heap_free_size -= blk_alloc->magic_size; in ota_heap_malloc()341 blk_alloc->magic_size |= XZ_HEAP_MAGIC; in ota_heap_malloc()360 free_blk->magic_size &= ~XZ_HEAP_MAGIC; in ota_heap_free()[all …]
Completed in 3 milliseconds