HomeSort by: relevance | last modified time | path
    Searched defs:bytes_before (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
thread_event.h 207 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx); local
208 te_ctx_current_bytes_set(&ctx, bytes_before + usize);
211 if (likely(usize < te_ctx_next_event_get(&ctx) - bytes_before)) {
thread_event.h 207 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx); local
208 te_ctx_current_bytes_set(&ctx, bytes_before + usize);
211 if (likely(usize < te_ctx_next_event_get(&ctx) - bytes_before)) {
  /src/external/bsd/jemalloc/include/jemalloc/internal/
thread_event.h 207 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx); local
208 te_ctx_current_bytes_set(&ctx, bytes_before + usize);
211 if (likely(usize < te_ctx_next_event_get(&ctx) - bytes_before)) {
thread_event.h 207 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx); local
208 te_ctx_current_bytes_set(&ctx, bytes_before + usize);
211 if (likely(usize < te_ctx_next_event_get(&ctx) - bytes_before)) {
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
thread_event.h 280 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx); local
281 te_ctx_current_bytes_set(&ctx, bytes_before + usize);
284 if (likely(usize < te_ctx_next_event_get(&ctx) - bytes_before)) {
thread_event.h 280 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx); local
281 te_ctx_current_bytes_set(&ctx, bytes_before + usize);
284 if (likely(usize < te_ctx_next_event_get(&ctx) - bytes_before)) {
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
thread_event.h 280 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx); local
281 te_ctx_current_bytes_set(&ctx, bytes_before + usize);
284 if (likely(usize < te_ctx_next_event_get(&ctx) - bytes_before)) {
thread_event.h 280 uint64_t bytes_before = te_ctx_current_bytes_get(&ctx); local
281 te_ctx_current_bytes_set(&ctx, bytes_before + usize);
284 if (likely(usize < te_ctx_next_event_get(&ctx) - bytes_before)) {

Completed in 37 milliseconds