Searched defs:SAFE_SIZE_ARRAY_ALLOC (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dsizecalc.h68 * int* p = (int*)SAFE_SIZE_ARRAY_ALLOC(malloc, sizeof(int), n);
72 #define SAFE_SIZE_ARRAY_ALLOC(func, m, n) \ macro

Completed in 36 milliseconds