OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JEMALLOC_ALLOC_JUNK
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/include/jemalloc/internal/
util.h
44
#ifndef
JEMALLOC_ALLOC_JUNK
45
# define
JEMALLOC_ALLOC_JUNK
((uint8_t)0xa5)
tcache.h
398
memset(ret,
JEMALLOC_ALLOC_JUNK
,
/external/jemalloc/src/
huge.c
122
memset(ret,
JEMALLOC_ALLOC_JUNK
, usize);
209
JEMALLOC_ALLOC_JUNK
, usize - oldsize);
309
memset((void *)((uintptr_t)ptr + oldsize),
JEMALLOC_ALLOC_JUNK
,
arena.c
[
all
...]
/external/jemalloc/test/unit/
junk.c
101
assert_u_eq(s[i],
JEMALLOC_ALLOC_JUNK
,
Completed in 261 milliseconds