OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_ALLOC_SIZE_ATTR2
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
platform.h
447
# define
U_ALLOC_SIZE_ATTR2
(X,Y) __attribute__ ((alloc_size(X,Y)))
450
# define
U_ALLOC_SIZE_ATTR2
(X,Y)
/external/icu4c/common/
cmemory.h
75
uprv_calloc(size_t num, size_t size) U_MALLOC_ATTR
U_ALLOC_SIZE_ATTR2
(1,2);
Completed in 23 milliseconds