qalloc_free - Man Page

return an allocated block to the map

Synopsis

#include <qthread/qalloc.h>

void
qalloc_free (void *block, void *map);

void
qalloc_statfree (void *block, struct mapinfo_s *map);

void
qalloc_dynfree (void *block, struct dynmapinfo_s *map);

Description

These are the deallocation functions. They return an allocated memory block to the specified qalloc map. The qalloc_free() function will use whichever of the other two functions is appropriate for the given map.

See Also

qalloc_cleanup(3), qalloc_checkpoint(3), qalloc_loadmap(3), qalloc_malloc(3)

Referenced By

qalloc_checkpoint(3), qalloc_cleanup(3), qalloc_loadmap(3), qalloc_malloc(3).

NOVEMBER 2006 libqthread