HomeSort by: relevance | last modified time | path
    Searched refs:is_alloc (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/unit/
thread_event.c 11 #define E(event, condition, is_alloc) \
12 if (is_alloc && condition) { \
  /src/external/bsd/jemalloc.old/dist/test/unit/
thread_event.c 11 #define E(event, condition, is_alloc) \
12 if (is_alloc && condition) { \
  /src/external/bsd/wpa/dist/src/utils/
os_unix.c 548 int testing_test_fail(const char *tag, bool is_alloc)
559 is_alloc = !!is_alloc;
561 for (idx = 0; idx < ARRAY_SIZE(wpa_trace_test_fail[is_alloc]); idx++) {
562 if (wpa_trace_test_fail[is_alloc][idx].fail_after != 0)
565 if (idx >= ARRAY_SIZE(wpa_trace_test_fail[is_alloc]))
571 if (is_alloc) {
590 pos = wpa_trace_test_fail[is_alloc][idx].pattern;
641 wpa_trace_test_fail[is_alloc][idx].fail_after--;
642 if (wpa_trace_test_fail[is_alloc][idx].fail_after == 0)
    [all...]
os.h 692 int testing_test_fail(const char *tag, bool is_alloc);
693 int testing_set_fail_pattern(bool is_alloc, char *patterns);
694 int testing_get_fail_pattern(bool is_alloc, char *buf, size_t buflen);
698 static inline int testing_set_fail_pattern(bool is_alloc, char *patterns)
703 static inline int testing_get_fail_pattern(bool is_alloc, char *buf,
  /src/external/bsd/jemalloc/dist/src/
thread_event.c 78 if (condition && alloc_event == ctx->is_alloc) { \
87 te_next_event_compute(tsd_t *tsd, bool is_alloc) {
90 if (is_alloc == alloc_event && condition) { \
261 bool is_alloc = ctx->is_alloc; local
266 if (is_alloc == alloc_event && condition) { \
292 if (is_alloc == alloc_event && condition && \
306 te_init(tsd_t *tsd, bool is_alloc) {
308 te_ctx_get(tsd, &ctx, is_alloc);
322 if (is_alloc == alloc_event && condition) {
    [all...]
jemalloc.c 2358 tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) {
2365 } else if (is_alloc ||
2376 assert(is_alloc || tsd_reentrancy_level_get(tsd) == 0 ||
2412 sopts->slow, /* is_alloc */ true);
3040 /* is_alloc */ false);
3045 /* is_alloc */ false);
3165 /* slow */ false, /* is_alloc */ false);
3543 /* slow */ true, /* is_alloc */ true);
3628 /* is_alloc */ false);
3908 /* is_alloc */ false)
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
thread_event.c 78 if (condition && alloc_event == ctx->is_alloc) { \
87 te_next_event_compute(tsd_t *tsd, bool is_alloc) {
90 if (is_alloc == alloc_event && condition) { \
261 bool is_alloc = ctx->is_alloc; local
266 if (is_alloc == alloc_event && condition) { \
292 if (is_alloc == alloc_event && condition && \
306 te_init(tsd_t *tsd, bool is_alloc) {
308 te_ctx_get(tsd, &ctx, is_alloc);
322 if (is_alloc == alloc_event && condition) {
    [all...]
jemalloc.c 2358 tcache_get_from_ind(tsd_t *tsd, unsigned tcache_ind, bool slow, bool is_alloc) {
2365 } else if (is_alloc ||
2376 assert(is_alloc || tsd_reentrancy_level_get(tsd) == 0 ||
2412 sopts->slow, /* is_alloc */ true);
3040 /* is_alloc */ false);
3045 /* is_alloc */ false);
3165 /* slow */ false, /* is_alloc */ false);
3543 /* slow */ true, /* is_alloc */ true);
3628 /* is_alloc */ false);
3908 /* is_alloc */ false)
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
thread_event.h 39 bool is_alloc; member in struct:te_ctx_s
130 return ctx->is_alloc;
205 te_ctx_get(tsd_t *tsd, te_ctx_t *ctx, bool is_alloc) {
206 ctx->is_alloc = is_alloc;
207 if (is_alloc) {
274 te_event_advance(tsd_t *tsd, size_t usize, bool is_alloc) {
278 te_ctx_get(tsd, &ctx, is_alloc);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
thread_event.h 39 bool is_alloc; member in struct:te_ctx_s
130 return ctx->is_alloc;
205 te_ctx_get(tsd_t *tsd, te_ctx_t *ctx, bool is_alloc) {
206 ctx->is_alloc = is_alloc;
207 if (is_alloc) {
274 te_event_advance(tsd_t *tsd, size_t usize, bool is_alloc) {
278 te_ctx_get(tsd, &ctx, is_alloc);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
thread_event.h 39 bool is_alloc; member in struct:te_ctx_s
130 return ctx->is_alloc;
205 te_ctx_get(tsd_t *tsd, te_ctx_t *ctx, bool is_alloc) {
206 ctx->is_alloc = is_alloc;
207 if (is_alloc) {
274 te_event_advance(tsd_t *tsd, size_t usize, bool is_alloc) {
278 te_ctx_get(tsd, &ctx, is_alloc);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
thread_event.h 39 bool is_alloc; member in struct:te_ctx_s
130 return ctx->is_alloc;
205 te_ctx_get(tsd_t *tsd, te_ctx_t *ctx, bool is_alloc) {
206 ctx->is_alloc = is_alloc;
207 if (is_alloc) {
274 te_event_advance(tsd_t *tsd, size_t usize, bool is_alloc) {
278 te_ctx_get(tsd, &ctx, is_alloc);

Completed in 33 milliseconds