Search completed in 0.87 seconds.
8 results for "NS_GetMemoryManager":
NS_GetMemoryManager
MozillaTechXPCOMReferenceCore functionsNS GetMemoryManager
« xpcom api reference summary the ns_getmemorymanager function returns a reference to the xpcom memory manager.
... #include "nsxpcom.h" #include "nsimemory.h" nsresult ns_getmemorymanager( nsimemory** aresult ); parameters aresult [out] a reference to the xpcom memory manager.
... return values the ns_getmemorymanager function returns ns_ok if successful.
Index
MozillaTechXPCOMIndex
131 ns_getmemorymanager functions, functions:frozen, xpcom, xpcom api reference the ns_getmemorymanager function returns a reference to the xpcom memory manager.
...ns_getmemorymanager returns the global nsimemory instance.
NS_Alloc
MozillaTechXPCOMReferenceCore functionsNS Alloc
it is equivalent to calling alloc on the nsimemory instance returned from ns_getmemorymanager.
...see also ns_free, nsimemory, ns_getmemorymanager ...
NS_Free
MozillaTechXPCOMReferenceCore functionsNS Free
it is equivalent to calling free on the nsimemory instance returned from ns_getmemorymanager.
... see also ns_alloc, nsimemory, ns_getmemorymanager ...
NS_Realloc
MozillaTechXPCOMReferenceCore functionsNS Realloc
it is equivalent to calling realloc on the nsimemory instance returned from ns_getmemorymanager.
... see also nsimemory, ns_getmemorymanager ...
GetGlobalMemoryService
MozillaTechXPCOMReferenceGlue classesnsMemoryGetGlobalMemoryService
remarks this function returns the same value as the ns_getmemorymanager function.
... see also ns_getmemorymanager ...
nsIMemory
MozillaTechXPCOMReferenceInterfacensIMemory
ns_getmemorymanager returns the global nsimemory instance.
... see also ns_getmemorymanager nsiobserverservice.notifyobservers() nsiobserver nsiobserverservice ...
Core XPCOM functions
MozillaTechXPCOMReferenceCore functions
ns_allocinfallibly allocates a block of memory using the xpcom memory manager.ns_freefrees a block of memory using the xpcom memory manager.ns_getcomponentmanagerthe ns_getcomponentmanager function returns a reference to the xpcom component manager.ns_getcomponentregistrarthe ns_getcomponentregistrar function returns a reference to the xpcom component registrar.ns_getmemorymanagerthe ns_getmemorymanager function returns a reference to the xpcom memory manager.ns_getservicemanagerthe ns_getservicemanager function returns a reference to the xpcom service manager.ns_initxpcom2the ns_initxpcom2 function initiates use of xpcom in the calling process.ns_initxpcom3the ns_initxpcom3 function initiates use of xpcom in the calling process with support for statically defined xpcom mo...