Home
last modified time | relevance | path

Searched refs:U_ALLOC_SIZE_ATTR2 (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dplatform.h457 # define U_ALLOC_SIZE_ATTR2(X,Y) __attribute__ ((alloc_size(X,Y))) macro
460 # define U_ALLOC_SIZE_ATTR2(X,Y) macro
/external/icu/libandroidicu/include/unicode/
Dplatform.h457 # define U_ALLOC_SIZE_ATTR2(X,Y) __attribute__ ((alloc_size(X,Y))) macro
460 # define U_ALLOC_SIZE_ATTR2(X,Y) macro
/external/icu/icu4c/source/common/
Dcmemory.h64 uprv_calloc(size_t num, size_t size) U_MALLOC_ATTR U_ALLOC_SIZE_ATTR2(1,2);