Home
last modified time | relevance | path

Searched refs:ALLOC_MAGIC (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dos_unix.c34 #define ALLOC_MAGIC 0xa84ef1b2 macro
279 if (a->magic != ALLOC_MAGIC) { in os_program_deinit()
393 a->magic = ALLOC_MAGIC; in os_malloc()
411 if (a->magic != ALLOC_MAGIC) { in os_realloc()
437 if (a->magic != ALLOC_MAGIC) { in os_free()