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

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsMemoryImpl.cpp310 #define REALLOC1(p, s) reallocator(p, s, gFlushFreq, NS_FLUSH_FREQUENCY) macro
315 #define REALLOC1(p, s) PR_Realloc(p, s) macro
336 void* result = REALLOC1(ptr, size);

Completed in 135 milliseconds