Searched refs:GET_NEXT_BLOCK (Results 1 – 1 of 1) sorted by relevance
51 #define GET_NEXT_BLOCK(addr, r) ((struct bhdr *) \ macro275 lb = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in ADD_REGION()418 next_b = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in xmem_pool_alloc()424 b2 = GET_NEXT_BLOCK(b->ptr.buffer, size); in xmem_pool_alloc()469 tmp_b = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in xmem_pool_free()484 tmp_b = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in xmem_pool_free()
Completed in 3 milliseconds