Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :
Aller au code source de ce fichier.
Fonctions | |
| void * | hnj_malloc (int size) |
| void * | hnj_realloc (void *p, int size) |
| void | hnj_free (void *p) |
| void hnj_free | ( | void * | p | ) |
Définition à la ligne 68 du fichier hnjalloc.c.
Référencé par hnj_hash_free(), et hnj_hyphen_free().
Voici le graphe d'appel pour cette fonction :
| void* hnj_malloc | ( | int | size | ) |
Définition à la ligne 42 du fichier hnjalloc.c.
Référencé par hnj_add_trans(), hnj_hash_insert(), hnj_hash_new(), hnj_hyphen_hyphenate(), hnj_hyphen_load(), et hnj_strdup().
Voici le graphe d'appel pour cette fonction :
| void* hnj_realloc | ( | void * | p, | |
| int | size | |||
| ) |
Définition à la ligne 56 du fichier hnjalloc.c.
Référencé par hnj_add_trans(), et hnj_get_state().
Voici le graphe d'appel pour cette fonction :
1.5.1-p1