Searched refs:thread_allocated_tsd_get (Results 1 - 4 of 4) sorted by relevance

/external/jemalloc/src/
H A Djemalloc.c951 thread_allocated_tsd_get()->allocated += usize;
1046 thread_allocated_tsd_get()->allocated += usize;
1175 thread_allocated_tsd_get()->allocated += usize;
1233 thread_allocated_tsd_get()->deallocated += usize;
1295 ta = thread_allocated_tsd_get();
1475 thread_allocated_tsd_get()->allocated += usize;
1606 ta = thread_allocated_tsd_get();
1735 ta = thread_allocated_tsd_get();
1791 thread_allocated_tsd_get()->deallocated += usize;
H A Dctl.c1232 thread_allocated_tsd_get()->allocated, uint64_t)
1234 &thread_allocated_tsd_get()->allocated, uint64_t *)
1236 thread_allocated_tsd_get()->deallocated, uint64_t)
1238 &thread_allocated_tsd_get()->deallocated, uint64_t *)
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h420 #define thread_allocated_tsd_get JEMALLOC_N(thread_allocated_tsd_get) macro
H A Dprivate_unnamespace.h420 #undef thread_allocated_tsd_get macro

Completed in 65 milliseconds