1.11.6. alloc_FinishSegment()

[<<<] [>>>]

Use this function to release all the memory that was allocated to the segment p. This function also releases the memory of the segment head and therefore the segment pointed by p is not usable anymore.

void alloc_FinishSegment(void *p
);

[<<<] [>>>]