VFREE

Section: Fonctions du noyau Linux (9)
Updated: septembre 2000
Index


NOM
SYNOPSIS
DESCRIPTION
VALEUR DE RETOUR
NOTES
VOIR AUSSI
AUTEUR

NOM

vfree - libérer une grande zone de mémoire.

SYNOPSIS

#include <linux/vmalloc.h>
void * vfree (void *ptr );

DESCRIPTION

La fonction vfree libère une zone mémoire (précédemment allouée par vmalloc ) dont l'adresse est passée via le paramètre ptr.

VALEUR DE RETOUR

vfree() ne renvoie rien.

NOTES

vfree() ne doit servir qu'à libérer des zones allouées par vmalloc() et ne doit jamais être appelée sur des zones obtenues par kmalloc().

VOIR AUSSI

vmalloc(9)

AUTEUR

Thierry Vignaud <tvignaud@mandrakesoft.com>, 1999-2000