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

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsSubstring.cpp108 #define STRING_STAT_INCREMENT(_s) PR_AtomicIncrement(&gStringStats.m ## _s ## Count) macro
110 #define STRING_STAT_INCREMENT(_s) macro
136 STRING_STAT_INCREMENT(Share);
143 STRING_STAT_INCREMENT(Free);
157 STRING_STAT_INCREMENT(Alloc);
177 STRING_STAT_INCREMENT(Realloc);
236 STRING_STAT_INCREMENT(AdoptFree);

Completed in 48 milliseconds