Home
last modified time | relevance | path

Searched defs:is_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dos_unix.c555 int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail()
662 int testing_set_fail_pattern(bool is_alloc, char *patterns) in testing_set_fail_pattern()
697 int testing_get_fail_pattern(bool is_alloc, char *buf, size_t buflen) in testing_get_fail_pattern()
727 static inline int testing_test_fail(const char *tag, bool is_alloc) in testing_test_fail()
H A Dos.h698 static inline int testing_set_fail_pattern(bool is_alloc, char *patterns) in testing_set_fail_pattern()
703 static inline int testing_get_fail_pattern(bool is_alloc, char *buf, in testing_get_fail_pattern()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2335 tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) { in tcache_get_from_ind()