next up previous contents index
Next: 8 OSKit Networking Framework Up: 7.7 Dependencies on the Previous: 7.7.10 fs_realloc: Resize a

7.7.11 fs_free: Free a chunk of allocated memory

 

SYNOPSIS

#include <oskit/fs/fs.h>

void fs_free(void *addr);

DIRECTION

filesystem library tex2html_wrap_inline32841 client OS

DESCRIPTION

This function frees a chunk of allocated memory referenced by addr. addr must be an address returned previously by a call to fs_malloc or fs_realloc.

PARAMETERS

addr
The address of the chunk.



University of Utah Flux Research Group