This graph shows which files directly or indirectly include this file:Defines | |
| #define | free(_) moz_free(_) |
| #define | malloc(_) moz_malloc(_) |
| #define | calloc(_, __) moz_calloc(_, __) |
| #define | realloc(_, __) moz_realloc(_, __) |
| #define | strdup(_) moz_strdup(_) |
| #define calloc | ( | _, | ||
| __ | ||||
| ) | moz_calloc(_, __) |
| #define free | ( | _ | ) | moz_free(_) |
| #define malloc | ( | _ | ) | moz_malloc(_) |
| #define realloc | ( | _, | ||
| __ | ||||
| ) | moz_realloc(_, __) |
| #define strdup | ( | _ | ) | moz_strdup(_) |
1.7.1