next up previous contents index
Next: 10 OSKit Networking Framework Up: 9.7 Dependencies on the Previous: 9.7.10 fs_realloc: Resize a

9.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_inline36701 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.



Utah Flux Research Group