Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dxmalloc_tlsf.c61 #define FREE_BLOCK (0x1) macro
271 | FREE_BLOCK | PREV_USED; in ADD_REGION()
426 b2->size = tmp_size | FREE_BLOCK | PREV_USED; in xmem_pool_alloc()
439 b->size &= (~FREE_BLOCK); /* Now it's used */ in xmem_pool_alloc()
466 b->size |= FREE_BLOCK; in xmem_pool_free()
470 if ( tmp_b->size & FREE_BLOCK ) in xmem_pool_free()

Completed in 3 milliseconds