Searched refs:totalSize (Results 1 – 2 of 2) sorted by relevance
162 size_t totalSize = elsize * nelem; in calloc() local164 retAddr = malloc(totalSize); in calloc()166 memset(retAddr, 0, totalSize); in calloc()
224 u32 totalSize; member