OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:huge_dalloc_junk_t
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
huge.h
21
typedef void (
huge_dalloc_junk_t
)(void *, size_t);
typedef
22
extern
huge_dalloc_junk_t
*huge_dalloc_junk;
/external/jemalloc/test/unit/
junk.c
13
static
huge_dalloc_junk_t
*huge_dalloc_junk_orig;
/external/jemalloc/src/
huge.c
132
huge_dalloc_junk_t
*huge_dalloc_junk = JEMALLOC_N(huge_dalloc_junk_impl);
Completed in 1369 milliseconds