Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dos_unix.c37 #define ALLOC_MAGIC 0xa84ef1b2 macro
389 if (a->magic != ALLOC_MAGIC) { in os_program_deinit()
744 a->magic = ALLOC_MAGIC; in os_malloc()
762 if (a->magic != ALLOC_MAGIC) { in os_realloc()
788 if (a->magic != ALLOC_MAGIC) { in os_free()