Searched refs:FREE_BLOCK (Results 1 – 1 of 1) sorted by relevance
61 #define FREE_BLOCK (0x1) macro271 | 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