Searched refs:datatype (Results 1 – 3 of 3) sorted by relevance
276 void* phPalEse_calloc(size_t datatype, size_t size) { in phPalEse_calloc() argument277 return calloc(datatype, size); in phPalEse_calloc()
13 MIX Common contains common classes, datatype, header files used by other MIX components
1108 void* phNxpEse_calloc(size_t datatype, size_t size) { in phNxpEse_calloc() argument1109 return phPalEse_calloc(datatype, size); in phNxpEse_calloc()