Searched refs:GET_NEXT_BLOCK (Results 1 – 1 of 1) sorted by relevance
51 #define GET_NEXT_BLOCK(addr, r) ((struct bhdr *) \ macro287 lb = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in ADD_REGION()417 next_b = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in xmem_pool_alloc()423 b2 = GET_NEXT_BLOCK(b->ptr.buffer, size); in xmem_pool_alloc()468 tmp_b = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in xmem_pool_free()483 tmp_b = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in xmem_pool_free()
Completed in 4 milliseconds