OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__DECONST
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
jemalloc_internal_macros.h
51
#ifndef
__DECONST
52
# define
__DECONST
(type, var) ((type)(uintptr_t)(const void *)(var))
/external/jemalloc/src/
huge.c
189
key.addr =
__DECONST
(void *, ptr);
209
key.addr =
__DECONST
(void *, ptr);
228
key.addr =
__DECONST
(void *, ptr);
Completed in 38 milliseconds