OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_MALLOC_ATTR
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
platform.h
430
* \def
U_MALLOC_ATTR
435
# define
U_MALLOC_ATTR
__attribute__ ((__malloc__))
437
# define
U_MALLOC_ATTR
/external/icu4c/common/
cmemory.h
66
uprv_malloc(size_t s)
U_MALLOC_ATTR
U_ALLOC_SIZE_ATTR(1);
75
uprv_calloc(size_t num, size_t size)
U_MALLOC_ATTR
U_ALLOC_SIZE_ATTR2(1,2);
Completed in 76 milliseconds