OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prof_dump_open_t
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
prof.h
226
typedef int (
prof_dump_open_t
)(bool, const char *);
typedef
227
extern
prof_dump_open_t
*prof_dump_open;
/external/jemalloc/src/
prof.c
721
prof_dump_open_t
*prof_dump_open = JEMALLOC_N(prof_dump_open_impl);
Completed in 137 milliseconds