OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prof_sample_accum_update
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prof.h
332
bool
prof_sample_accum_update
(tsd_t *tsd, size_t usize, bool commit,
431
prof_sample_accum_update
(tsd_t *tsd, size_t usize, bool update,
function
469
if (!prof_active || likely(
prof_sample_accum_update
(tsd, usize, update,
507
if (
prof_sample_accum_update
(tsd, usize, true, NULL)) {
private_namespace.h
416
#define
prof_sample_accum_update
JEMALLOC_N(
prof_sample_accum_update
)
macro
private_unnamespace.h
416
#undef
prof_sample_accum_update
macro
Completed in 35 milliseconds