N
AME
free_mapping
- free one reference to a mapping
S
YNTAX
#include "mapping.h"
void free_mapping(struct mapping *m)
D
ESCRIPTION
This function frees one reference to the mapping m. If the reference is the last reference to the mapping, it will free the memory used by the mapping m.
N
OTA
B
ENE
free_mapping is a macro
K
EYWORDS
mapping