OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JEMALLOC_N
(Results
1 - 7
of
7
) sorted by null
/external/jemalloc/include/jemalloc/internal/
private_namespace.h
1
#define a0calloc
JEMALLOC_N
(a0calloc)
2
#define a0free
JEMALLOC_N
(a0free)
3
#define a0malloc
JEMALLOC_N
(a0malloc)
4
#define arena_alloc_junk_small
JEMALLOC_N
(arena_alloc_junk_small)
5
#define arena_bin_index
JEMALLOC_N
(arena_bin_index)
6
#define arena_bin_info
JEMALLOC_N
(arena_bin_info)
7
#define arena_boot
JEMALLOC_N
(arena_boot)
8
#define arena_chunk_alloc_huge
JEMALLOC_N
(arena_chunk_alloc_huge)
9
#define arena_chunk_dalloc_huge
JEMALLOC_N
(arena_chunk_dalloc_huge)
10
#define arena_dalloc
JEMALLOC_N
(arena_dalloc
[
all
...]
public_namespace.h
1
#define je_malloc_conf
JEMALLOC_N
(malloc_conf)
2
#define je_malloc_message
JEMALLOC_N
(malloc_message)
3
#define je_malloc
JEMALLOC_N
(malloc)
4
#define je_calloc
JEMALLOC_N
(calloc)
5
#define je_posix_memalign
JEMALLOC_N
(posix_memalign)
6
#define je_aligned_alloc
JEMALLOC_N
(aligned_alloc)
7
#define je_realloc
JEMALLOC_N
(realloc)
8
#define je_free
JEMALLOC_N
(free)
9
#define je_mallocx
JEMALLOC_N
(mallocx)
10
#define je_rallocx
JEMALLOC_N
(rallocx
[
all
...]
jemalloc_internal.h
13
# define
JEMALLOC_N
(n) jet_##n
19
# define
JEMALLOC_N
(n) je_##n
/external/jemalloc/test/include/test/
jemalloc_test.h
82
# define
JEMALLOC_N
(n) je_##n
/external/jemalloc/src/
huge.c
138
#define huge_dalloc_junk
JEMALLOC_N
(huge_dalloc_junk_impl)
155
#define huge_dalloc_junk
JEMALLOC_N
(huge_dalloc_junk)
156
huge_dalloc_junk_t *huge_dalloc_junk =
JEMALLOC_N
(huge_dalloc_junk_impl);
arena.c
[
all
...]
prof.c
701
#define prof_dump_open
JEMALLOC_N
(prof_dump_open_impl)
720
#define prof_dump_open
JEMALLOC_N
(prof_dump_open)
721
prof_dump_open_t *prof_dump_open =
JEMALLOC_N
(prof_dump_open_impl);
Completed in 3097 milliseconds