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
293
typedef int (
prof_dump_open_t
)(bool, const char *);
typedef
294
extern
prof_dump_open_t
*prof_dump_open;
/external/jemalloc/src/
prof.c
941
prof_dump_open_t
*prof_dump_open = JEMALLOC_N(prof_dump_open_impl);
[
all
...]
Completed in 586 milliseconds