Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_unix.c37 #define ALLOC_MAGIC 0xa84ef1b2 macro
373 if (a->magic != ALLOC_MAGIC) { in os_program_deinit()
707 a->magic = ALLOC_MAGIC; in os_malloc()
725 if (a->magic != ALLOC_MAGIC) { in os_realloc()
751 if (a->magic != ALLOC_MAGIC) { in os_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_unix.c37 #define ALLOC_MAGIC 0xa84ef1b2 macro
384 if (a->magic != ALLOC_MAGIC) { in os_program_deinit()
718 a->magic = ALLOC_MAGIC; in os_malloc()
736 if (a->magic != ALLOC_MAGIC) { in os_realloc()
762 if (a->magic != ALLOC_MAGIC) { in os_free()

Completed in 5 milliseconds