OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:huge_malloc
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/include/jemalloc/internal/
huge.h
12
void *
huge_malloc
(tsdn_t *tsdn, arena_t *arena, size_t usize, bool zero);
private_namespace.h
284
#define
huge_malloc
JEMALLOC_N(
huge_malloc
)
macro
[
all
...]
private_unnamespace.h
284
#undef
huge_malloc
macro
/external/jemalloc/src/
huge.c
43
huge_malloc
(tsdn_t *tsdn, arena_t *arena, size_t usize, bool zero)
function
374
return (
huge_malloc
(tsdn, arena, usize, zero));
arena.c
[
all
...]
Completed in 57 milliseconds