Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

GetGlobalMemoryService

« XPCOM API Reference

Summary

The GetGlobalMemoryService function returns a reference to XPCOM's global nsIMemory object.

 static nsIMemory* GetGlobalMemoryService();

Return Values

This function returns nsnull if the global memory manager does not exist or could not be initialized.

Remarks

This function returns the same value as the NS_GetMemoryManager function.

See Also

NS_GetMemoryManager

Document Tags and Contributors

 Contributors to this page: Sheppy, Pmash
 Last updated by: Sheppy,