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

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsMemory.h63 class nsMemory class
76 * freeFunc, then frees the array itself using nsMemory::Free().
88 * addition to nsMemory::Free.
99 * nsMemory::Free should be used, since the
100 * shared-allocator (nsMemory) is what will have been
108 nsMemory::Free((array)); \
115 * shared allocator (nsMemory) such as strings and wstrings. A
124 NS_FREE_XPCOM_POINTER_ARRAY((size), (array), nsMemory::Free)

Completed in 51 milliseconds