OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JEMALLOC_ALIGNED
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/
jemalloc_macros.h
42
# define
JEMALLOC_ALIGNED
(s) __declspec(align(s))
68
# define
JEMALLOC_ALIGNED
(s) JEMALLOC_ATTR(aligned(s))
93
# define
JEMALLOC_ALIGNED
(s)
jemalloc.h
132
# define
JEMALLOC_ALIGNED
(s) __declspec(align(s))
158
# define
JEMALLOC_ALIGNED
(s) JEMALLOC_ATTR(aligned(s))
183
# define
JEMALLOC_ALIGNED
(s)
Completed in 465 milliseconds