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

  /src/external/bsd/jemalloc/dist/src/
thread_event.c 107 uint64_t current_bytes = te_ctx_current_bytes_get(ctx);
228 assert(te_ctx_current_bytes_get(ctx) == te_ctx_last_event_get(ctx));
253 uint64_t bytes_after = te_ctx_current_bytes_get(ctx);
318 te_ctx_last_event_set(&ctx, te_ctx_current_bytes_get(&ctx));
  /src/external/bsd/jemalloc.old/dist/src/
thread_event.c 107 uint64_t current_bytes = te_ctx_current_bytes_get(ctx);
228 assert(te_ctx_current_bytes_get(ctx) == te_ctx_last_event_get(ctx));
253 uint64_t bytes_after = te_ctx_current_bytes_get(ctx);
318 te_ctx_last_event_set(&ctx, te_ctx_current_bytes_get(&ctx));
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
thread_event.h 134 te_ctx_current_bytes_get(te_ctx_t *ctx) { function
280 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
thread_event.h 134 te_ctx_current_bytes_get(te_ctx_t *ctx) { function
280 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
thread_event.h 134 te_ctx_current_bytes_get(te_ctx_t *ctx) { function
280 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
thread_event.h 134 te_ctx_current_bytes_get(te_ctx_t *ctx) { function
280 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx);

Completed in 16 milliseconds