Searched defs:is_alloc (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | thread_event.h | 39 bool is_alloc; member 205 te_ctx_get(tsd_t *tsd, te_ctx_t *ctx, bool is_alloc) { in te_ctx_get() 274 te_event_advance(tsd_t *tsd, size_t usize, bool is_alloc) { in te_event_advance()
|
| /src/contrib/jemalloc/src/ |
| H A D | thread_event.c | 87 te_next_event_compute(tsd_t *tsd, bool is_alloc) { in te_next_event_compute() 261 bool is_alloc = ctx->is_alloc; in te_event_trigger() local 306 te_init(tsd_t *tsd, bool is_alloc) { in te_init()
|
| H A D | jemalloc.c | 2335 tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) { in tcache_get_from_ind()
|
| /src/contrib/wpa/src/utils/ |
| H A D | os_unix.c | 555 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 D | os.h | 698 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()
|