OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_ALLOC_SIZE_ATTR
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
platform.h
441
* \def
U_ALLOC_SIZE_ATTR
446
# define
U_ALLOC_SIZE_ATTR
(X) __attribute__ ((alloc_size(X)))
449
# define
U_ALLOC_SIZE_ATTR
(X)
/external/icu4c/common/
cmemory.h
66
uprv_malloc(size_t s) U_MALLOC_ATTR
U_ALLOC_SIZE_ATTR
(1);
69
uprv_realloc(void *mem, size_t size)
U_ALLOC_SIZE_ATTR
(2);
Completed in 38 milliseconds