Searched refs:zeroit (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsRecyclingAllocator.cpp173 nsRecyclingAllocator::Malloc(PRSize bytes, PRBool zeroit) argument
184 if (zeroit)
195 Block *ptr = (Block *) (zeroit ? RTMemAllocZ(allocBytes) : RTMemAlloc(allocBytes));
197 Block *ptr = (Block *) (zeroit ? calloc(1, allocBytes) : malloc(allocBytes));
H A DnsRecyclingAllocator.h153 void* Malloc(PRSize size, PRBool zeroit = PR_FALSE);

Completed in 1945 milliseconds