OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prof_free_sampled_object
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prof.h
286
void
prof_free_sampled_object
(tsd_t *tsd, size_t usize, prof_tctx_t *tctx);
530
prof_free_sampled_object
(tsd, old_usize, old_tctx);
542
prof_free_sampled_object
(tsd, usize, tctx);
private_namespace.h
436
#define
prof_free_sampled_object
JEMALLOC_N(
prof_free_sampled_object
)
macro
[
all
...]
private_unnamespace.h
436
#undef
prof_free_sampled_object
macro
/external/jemalloc/src/
prof.c
244
prof_free_sampled_object
(tsd_t *tsd, size_t usize, prof_tctx_t *tctx)
function
[
all
...]
Completed in 44 milliseconds