Searched refs:U_MALLOC_ATTR (Results 1 – 2 of 2) sorted by relevance
451 # define U_MALLOC_ATTR __attribute__ ((__malloc__)) macro453 # define U_MALLOC_ATTR macro
74 uprv_malloc(size_t s) U_MALLOC_ATTR U_ALLOC_SIZE_ATTR(1);83 uprv_calloc(size_t num, size_t size) U_MALLOC_ATTR U_ALLOC_SIZE_ATTR2(1,2);