Searched refs:tail_free (Results 1 – 1 of 1) sorted by relevance
193 const ssize_t tail_free = free_size - (size + extra); in alloc() local194 if (tail_free > 0) { in alloc()195 chunk_t* split = new chunk_t(free_chunk->start + free_chunk->size, tail_free); in alloc()