michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: # This file contains type inference information that is intended to be michael@0: # used with TraceMalloc.pm. The format of the file is: michael@0: # michael@0: # michael@0: # Stack1 michael@0: # Stack2 michael@0: # ... michael@0: # StackN michael@0: # michael@0: # Where Stack1...StackN imply that the object's type is michael@0: # InferredType. Note that in many cases, we'll ``roll up'' storage michael@0: # that's part of an object's implementation into the object itself. michael@0: michael@0: # Here's a handy regexp for cleaning up strings copied from the michael@0: # uncategorized file: michael@0: # michael@0: # \(^ *([0-9]+) \|\[.*\]$\) michael@0: # michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsDeque::GrowCapacity(void) michael@0: nsDeque::Push(void *) michael@0: nsStringRecycler::Recycle(nsString *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # AtomImpl michael@0: # michael@0: michael@0: # Give AtomImpl objects the memory they allocate for storage michael@0: michael@0: __builtin_new michael@0: AtomImpl::operator new(unsigned int, basic_nsAReadableString const &) michael@0: michael@0: # Give AtomImpl objects the memory allocated for their table michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableFinish michael@0: PL_DHashTableOperate michael@0: NS_NewPermanentAtom(char const *) michael@0: NS_NewAtom(nsAString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: NS_NewAtom(nsAString const &) michael@0: NS_NewAtom(char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: NS_NewAtom(nsAString const &) michael@0: NS_NewAtom(unsigned short const *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int) michael@0: nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int) michael@0: nsString::nsString(nsString const &) michael@0: nsAttrSelector::nsAttrSelector(nsAttrSelector const &) michael@0: nsCSSSelector::nsCSSSelector(nsCSSSelector const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int) michael@0: nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int) michael@0: nsString::nsString(nsString const &) michael@0: nsAttrSelector::nsAttrSelector(nsAttrSelector const &) michael@0: nsAttrSelector::nsAttrSelector(nsAttrSelector const &) michael@0: nsCSSSelector::nsCSSSelector(nsCSSSelector const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCSSRule::operator new(unsigned int) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # CSSLoaderImpl michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: CSSLoaderImpl::CSSLoaderImpl(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int) michael@0: nsString::AppendWithConversion(char const *, int) michael@0: nsString::AssignWithConversion(char const *) michael@0: CSSLoaderImpl::SetCharset(nsString const &) michael@0: michael@0: michael@0: PL_strdup michael@0: URLKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: CSSLoaderImpl::SheetComplete(nsICSSStyleSheet *, SheetLoadData *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: CSSNameSpaceRuleImpl::SetURLSpec(nsString const &) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsFont michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int) michael@0: nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int) michael@0: nsString::nsString(nsString const &) michael@0: nsFont::nsFont(nsFont const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int) michael@0: nsString::AppendWithConversion(char const *, int) michael@0: nsString::AssignWithConversion(char const *) michael@0: nsFont::nsFont(char const *, unsigned char, unsigned char, unsigned short, unsigned char, int, float) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: CSSImportRuleImpl::SetURLSpec(nsString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsClassList::ParseClasses(nsClassList **, basic_nsAReadableString const &) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsLocalFile michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsLocalFile::Clone(nsIFile **) michael@0: michael@0: michael@0: PR_Malloc michael@0: _PR_Getfd michael@0: PR_GetConnectStatus michael@0: PR_OpenFile michael@0: PR_Open michael@0: nsLocalFile::OpenNSPRFileDesc(int, int, PRFileDesc **) michael@0: michael@0: michael@0: PR_Calloc michael@0: PR_LoadLibrary michael@0: PR_LoadLibraryWithFlags michael@0: PR_LoadLibrary michael@0: nsLocalFile::Load(PRLibrary **) michael@0: michael@0: michael@0: __strdup michael@0: PR_LoadLibrary michael@0: PR_LoadLibraryWithFlags michael@0: PR_LoadLibrary michael@0: nsLocalFile::Load(PRLibrary **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewCString(nsACString const &) michael@0: nsLocalFile::AppendRelativePath(char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Clone(void const *, unsigned int) michael@0: nsLocalFile::InitWithPath(char const *) michael@0: michael@0: michael@0: PL_strdup michael@0: nsLocalFile::ParseURL(char const *, char **, char **, char **, char **) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: nsXULAttribute::operator new(unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: unsigned short * AllocateStringCopy(nsAString const &, unsigned short *) michael@0: ToNewUnicode(nsAString const &) michael@0: nsXULAttributeValue::SetValue(nsAString const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewUnicode(nsAString const &) michael@0: nsXULAttributeValue::SetValue(nsAString const &, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXULAttributes::Create(nsIContent *, nsXULAttributes **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: NS_NewAtom(nsAString const &) michael@0: NS_NewAtom(unsigned short const *) michael@0: nsClassList::ParseClasses(nsClassList **, nsAString const &) michael@0: nsXULAttributes::UpdateClassList(nsAString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXULElement::Create(nsINodeInfo *, nsIContent **) michael@0: michael@0: michael@0: PR_Realloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsXULElement::EnsureSlots(void) michael@0: michael@0: michael@0: PR_Realloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsXULElement::AppendChildTo(nsIContent *, int, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXULElement::EnsureSlots(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsXULElement::AppendChildTo(nsIContent *, int, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsXULElement::EnsureSlots(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsXULElement::AddBroadcastListener(nsAString const &, nsIDOMElement *) michael@0: michael@0: michael@0: iconv_close michael@0: michael@0: michael@0: tsearch michael@0: michael@0: michael@0: PR_Realloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: CSSDeclarationImpl::AppendValue(nsCSSProperty, nsCSSValue const &) michael@0: michael@0: michael@0: __builtin_new michael@0: CSSDeclarationImpl::AppendValue(nsCSSProperty, nsCSSValue const &) michael@0: michael@0: michael@0: __builtin_new michael@0: CSSDeclarationImpl::SetValueImportant(nsCSSProperty) michael@0: michael@0: michael@0: __builtin_new michael@0: CSSDeclarationImpl::operator new(unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: CSSDeclarationImpl::AppendValue(nsCSSProperty, nsCSSValue const &) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsVoidArray::nsVoidArray(int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsVoidArray::Compact(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsVoidArray::ReplaceElementAt(void *, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCheapVoidArray::SwitchToVector(void) michael@0: nsCheapVoidArray::AppendElement(void *) michael@0: nsGenericHTMLContainerElement::AppendChildTo(nsIContent *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::Compact(void) michael@0: nsAutoVoidArray::Compact(void) michael@0: nsCheapVoidArray::Compact(void) michael@0: nsGenericHTMLContainerElement::Compact(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsCheapVoidArray::AppendElement(void *) michael@0: nsGenericHTMLContainerElement::AppendChildTo(nsIContent *, int, int) michael@0: michael@0: michael@0: PR_Realloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsCheapVoidArray::AppendElement(void *) michael@0: nsGenericHTMLContainerElement::AppendChildTo(nsIContent *, int, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: ~.* michael@0: ~.* michael@0: basic_nsAWritableString::Assign(basic_nsAReadableString const &) michael@0: nsString::nsString(basic_nsAReadableString const &) michael@0: nsGenericAttribute::nsGenericAttribute(nsINodeInfo *, basic_nsAReadableString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsSupportsArray::Create(nsISupports *, nsID const &, void **) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsZipArchive::BuildFileList(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsZipReaderCache::GetZip(nsIFile *, nsIZipReader **) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: InMemoryDataSource::AllocTable(void *, unsigned int) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableFinish michael@0: PL_DHashTableOperate michael@0: InMemoryDataSource::LockedAssert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::AddBucket(unsigned int) michael@0: nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int) michael@0: InMemoryDataSource::InMemoryDataSource(nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: InMemoryDataSource::AllocEntry(void *, void const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: Assertion::operator new(unsigned int, nsFixedSizeAllocator &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: InMemoryDataSource::AllocEntry(void *, void const *) michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: InMemoryDataSource::SetReverseArcs(nsIRDFNode *, Assertion *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: InMemoryDataSource::AllocEntry(void *, void const *) michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: InMemoryDataSource::SetForwardArcs(nsIRDFResource *, Assertion *) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableInit michael@0: InMemoryDataSource::Init(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsString::nsString(nsAString const &) michael@0: nsNameSpaceMap::Put(nsAString const &, nsIAtom *) michael@0: RDFXMLDataSourceImpl::AddNameSpace(nsIAtom *, nsString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: xptiTypelibGuts::xptiTypelibGuts(XPTHeader *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsPluginTag michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsPluginTag::nsPluginTag(nsPluginInfo *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: new_str(char const *) michael@0: nsPluginTag::nsPluginTag(nsPluginInfo *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsPluginTag::nsPluginTag(char const *, char const *, char const *, char const *, char const *const *, char const *const *, char const *const *, int, long long) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsPluginTag::nsPluginTag(nsPluginTag *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsXBLInsertionPoint michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: nsXBLInsertionPoint::AddChild(nsIContent *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsXBLBinding michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXBLBinding::GetInsertionPointsFor(nsIContent *, nsISupportsArray **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsXBLBinding::GetInsertionPointsFor(nsIContent *, nsISupportsArray **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXBLBinding::GetInsertionPointsFor(nsIContent *, nsISupportsArray **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: NS_NewAtom(nsAString const &) michael@0: NS_NewAtom(char const *) michael@0: nsXBLBinding::nsXBLBinding(nsIXBLPrototypeBinding *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsXBLPrototypeBinding michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsXBLPrototypeBinding::InitClass(nsCString const &, nsIScriptContext *, void *, void **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXBLPrototypeBinding::ConstructInsertionTable(nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: js_LookupProperty michael@0: JS_DefinePropertyWithTinyId michael@0: JS_LookupProperty michael@0: nsXBLPrototypeBinding::InitClass(nsCString const &, nsIScriptContext *, void *, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXBLPrototypeBinding::ConstructInsertionTable(nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::AddBucket(unsigned int) michael@0: nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int) michael@0: nsXBLPrototypeBinding::nsXBLPrototypeBinding(nsCString const &, nsIContent *, nsXBLDocumentInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::AddBucket(unsigned int) michael@0: nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int) michael@0: nsXBLPrototypeBinding::nsXBLPrototypeBinding(basic_nsAReadableString const &, nsIContent *, nsXBLDocumentInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsISupportsKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::AddBucket(unsigned int) michael@0: nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int) michael@0: nsXBLPrototypeBinding::nsXBLPrototypeBinding(nsACString const &, nsXBLDocumentInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsXBLPrototypeBinding::InitClass(nsCString const &, nsIScriptContext *, void *, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsCString::SetCapacity(unsigned int) michael@0: nsCString::SetLength(unsigned int) michael@0: nsACString::do_AssignFromReadable(nsACString const &) michael@0: nsACString::AssignFromReadable(nsACString const &) michael@0: nsCString::nsCString(nsACString const &) michael@0: nsXBLPrototypeBinding::nsXBLPrototypeBinding(nsACString const &, nsXBLDocumentInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewCString(nsACString const &) michael@0: nsXBLJSClass::nsXBLJSClass(nsCString const &) michael@0: nsXBLPrototypeBinding::InitClass(nsCString const &, nsIScriptContext *, void *, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXBLPrototypeBinding::ConstructInterfaceTable(nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsXBLPrototypeBinding::InitClass(nsCString const &, nsIScriptContext *, void *, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsXBLPrototypeBinding::ConstructInsertionTable(nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsXBLPrototypeBinding::ConstructInterfaceTable(nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsXBLAttributeEntry::Create(nsIAtom *, nsIAtom *, nsIContent *) michael@0: nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsGenericContainerElement::GetAttr(int, nsIAtom *, nsIAtom *&, nsAString &) const michael@0: nsGenericContainerElement::GetAttr(int, nsIAtom *, nsAString &) const michael@0: nsXBLPrototypeProperty::ParseProperty(nsIScriptContext *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsGenericContainerElement::GetAttr(int, nsIAtom *, nsIAtom *&, nsAString &) const michael@0: nsGenericContainerElement::GetAttr(int, nsIAtom *, nsAString &) const michael@0: nsXBLPrototypeProperty::ParseMethod(nsIScriptContext *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsGenericContainerElement::GetAttr(int, nsIAtom *, nsIAtom *&, nsAString &) const michael@0: nsGenericContainerElement::GetAttr(int, nsIAtom *, nsAString &) const michael@0: nsXBLPrototypeProperty::ParseField(nsIScriptContext *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AppendFromReadable(nsAString const &) michael@0: nsAString::AppendFromReadable(nsAString const &) michael@0: nsXBLPrototypeProperty::ParseField(nsIScriptContext *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsCString::SetCapacity(unsigned int) michael@0: nsCString::SetLength(unsigned int) michael@0: nsACString::do_AppendFromReadable(nsACString const &) michael@0: nsACString::do_AppendFromElementPtr(char const *) michael@0: nsXBLPrototypeBinding::GetBindingURI(nsCString &) michael@0: nsXBLPrototypeProperty::ConstructProperty(nsIContent *, nsIContent *) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableFinish michael@0: JS_DHashTableOperate michael@0: js_AddRootRT michael@0: JS_AddNamedRootRT michael@0: NS_NewXBLPrototypeBinding(nsACString const &, nsIContent *, nsXBLDocumentInfo *, nsIXBLPrototypeBinding **) michael@0: nsXBLPrototypeProperty::ParseMethod(nsIScriptContext *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # The frame arena michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsDST::NodeArena::AllocLeafNode(void) michael@0: nsDST::Insert(void *, void *, void **) michael@0: PresShell::SetSubShellFor(nsIContent *, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: PresShell::AppendReflowCommandInternal(nsIReflowCommand *, nsVoidArray &) michael@0: michael@0: # The anonymous content table in the PresShell michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: PresShell::SetAnonymousContentFor(nsIContent *, nsISupportsArray *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsISupportsKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: PresShell::SetAnonymousContentFor(nsIContent *, nsISupportsArray *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: PresShell::SetAnonymousContentFor(nsIContent *, nsISupportsArray *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: PresShell::SetAnonymousContentFor(nsIContent *, nsISupportsArray *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # StackArena michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: StackArena::StackArena(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: StackArena::Allocate(unsigned int, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: StackBlock::StackBlock(void) michael@0: StackArena::StackArena(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: StackArena::StackArena(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: StackArena::Allocate(unsigned int, void **) michael@0: michael@0: # The following will only show up if you turn off the FrameArena michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsBoxLayoutState::Allocate(unsigned int, nsIPresShell *) michael@0: michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsFrameManager michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsDST::NodeArena::AllocLeafNode(void) michael@0: nsDST::LeafNode::operator new(unsigned int, nsDST::NodeArena *) michael@0: nsDST::Insert(void *, void *, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsDST::NodeArena::AllocTwoNode(void) michael@0: nsDST::ConvertToTwoNode(nsDST::LeafNode **) michael@0: nsDST::Insert(void *, void *, void **) michael@0: FrameManager::SetFrameProperty(nsIFrame *, nsIAtom *, void *, void (*)(nsIPresContext *, nsIFrame *, nsIAtom *, void *)) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsDST::NodeArena::AllocTwoNode(void) michael@0: nsDST::TwoNode::operator new(unsigned int, nsDST::NodeArena *) michael@0: nsDST::ConvertToTwoNode(nsDST::LeafNode **) michael@0: nsDST::Insert(void *, void *, void **) michael@0: FrameManager::SetPrimaryFrameFor(nsIContent *, nsIFrame *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsDST::NodeArena::AllocTwoNode(void) michael@0: nsDST::TwoNode::operator new(unsigned int, nsDST::NodeArena *) michael@0: nsDST::ConvertToTwoNode(nsDST::LeafNode **) michael@0: nsDST::Insert(void *, void *, void **) michael@0: FrameManager::SetFrameProperty(nsIFrame *, nsIAtom *, void *, void (*)(nsIPresContext *, nsIFrame *, nsIAtom *, void *)) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: FrameHashTable::Put(void *, void *) michael@0: FrameManager::SetPlaceholderFrameFor(nsIFrame *, nsIFrame *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsDST::NewMemoryArena(unsigned int) michael@0: FrameManager::Init(nsIPresShell *, nsIStyleSet *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsDST::NodeArena::AllocTwoNode(void) michael@0: nsDST::ConvertToTwoNode(nsDST::LeafNode **) michael@0: nsDST::Insert(void *, void *, void **) michael@0: FrameManager::SetPrimaryFrameFor(nsIContent *, nsIFrame *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsDST::NodeArena::AllocLeafNode(void) michael@0: nsDST::Insert(void *, void *, void **) michael@0: FrameManager::SetFrameProperty(nsIFrame *, nsIAtom *, void *, void (*)(nsIPresContext *, nsIFrame *, nsIAtom *, void *)) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsDST::NodeArena::AllocLeafNode(void) michael@0: nsDST::Insert(void *, void *, void **) michael@0: FrameManager::SetPrimaryFrameFor(nsIContent *, nsIFrame *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: UndisplayedMap::AppendNodeFor(UndisplayedNode *, nsIContent *) michael@0: michael@0: michael@0: __builtin_new michael@0: UndisplayedMap::AddNodeFor(nsIContent *, nsIContent *, nsIStyleContext *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_NewHashTable michael@0: UndisplayedMap::UndisplayedMap(unsigned int) michael@0: michael@0: michael@0: PR_Calloc michael@0: PR_NewLock michael@0: michael@0: michael@0: PR_Calloc michael@0: PR_NewMonitor michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # RDFServiceImpl michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_NewHashTable michael@0: RDFServiceImpl::Init(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsRDFParserUtils::GetQuotedAttributeValue(nsString const &, nsString const &, nsString &) michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: RDFServiceImpl::RegisterDataSource(nsIRDFDataSource *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: RDFServiceImpl::RegisterResource(nsIRDFResource *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: RDFServiceImpl::RegisterLiteral(nsIRDFLiteral *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsRDFParserUtils::IsJavaScriptLanguage(nsString const &, char const **) michael@0: PL_NewHashTable michael@0: RDFServiceImpl::Init(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsRDFParserUtils::IsJavaScriptLanguage(nsString const &, char const **) michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: RDFServiceImpl::RegisterDataSource(nsIRDFDataSource *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawRemove michael@0: RDFServiceImpl::UnregisterResource(nsIRDFResource *) michael@0: michael@0: michael@0: PL_strdup michael@0: RDFServiceImpl::RegisterDataSource(nsIRDFDataSource *, int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsRDFResource::Init(char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: ~.* michael@0: ~.* michael@0: basic_nsAWritableString::Assign(basic_nsAReadableString const &) michael@0: nsString::operator=(nsString const &) michael@0: nsHTMLImageLoader::SetURL(nsString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsHTMLEntities::AddRefTable(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsAVLTree::AddItem(void *) michael@0: nsHTMLEntities::AddRefTable(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsStaticCaseInsensitiveNameTable::Init(char const **, int) michael@0: michael@0: michael@0: __builtin_new michael@0: CNavDTD::CNavDTD(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: InitializeElementTable(void) michael@0: CNavDTD::CNavDTD(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsDeque::GrowCapacity(void) michael@0: nsDeque::Push(void *) michael@0: CNodeRecycler::RecycleNode(nsCParserNode *) michael@0: CNavDTD::CloseContainersTo(int, nsHTMLTag, int) michael@0: michael@0: michael@0: __builtin_new michael@0: COtherDTD::COtherDTD(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsScanner::Append(char const *, unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsSlidingString::AppendBuffer(unsigned short *, unsigned short *, unsigned short *) michael@0: nsScanner::AppendToBuffer(unsigned short *, unsigned short *, unsigned short *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsScanner::AppendToBuffer(unsigned short *, unsigned short *, unsigned short *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: unsigned short * AllocateStringCopy(basic_nsAReadableString const &, unsigned short *) michael@0: ToNewUnicode(basic_nsAReadableString const &) michael@0: nsScanner::Append(basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: CopyUnicodeTo(nsReadingIterator const &, nsReadingIterator const &, basic_nsAWritableString &) michael@0: nsScanner::CopyUnusedData(nsString &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int) michael@0: nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int) michael@0: nsString::nsString(nsString const &) michael@0: nsScanner::nsScanner(nsString &, int, nsString const &, nsCharsetSource) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsDeque::GrowCapacity(void) michael@0: nsDeque::Push(void *) michael@0: nsHTMLTokenizer::ScanDocStructure(int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsDeque::GrowCapacity(void) michael@0: nsDeque::Push(void *) michael@0: nsHTMLTokenizer::AddToken(CToken *&, unsigned int, nsDeque *, nsTokenAllocator *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: CToken::operator new(unsigned int, nsFixedSizeAllocator &) michael@0: nsTokenAllocator::CreateTokenOfType(eHTMLTokenTypes, nsHTMLTag) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::AddBucket(unsigned int) michael@0: nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int) michael@0: nsNodeAllocator::nsNodeAllocator(void) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # xptiWorkingSet michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: xptiWorkingSet::NewFileArray(unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: xptiWorkingSet::ExtendFileArray(unsigned int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: HTMLContentSink::OnStreamComplete(nsIStreamLoader *, nsISupports *, unsigned int, unsigned int, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int) michael@0: nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int) michael@0: nsString::nsString(nsString const &) michael@0: HTMLContentSink::SetTitle(nsString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: DeviceContextImpl::DeviceContextImpl(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: DeviceContextImpl::CreateFontAliasTable(void) michael@0: michael@0: michael@0: __builtin_new michael@0: FontAliasKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: DeviceContextImpl::AliasFont(nsString const &, nsString const &, nsString const &, int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsCompressedMap::nsCompressedMap(unsigned short *, unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsHTMLDocument::nsHTMLDocument(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsHTMLDocument::nsHTMLDocument(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsHTMLDocument::InvalidateHashTables(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: ~.* michael@0: ~.* michael@0: basic_nsAWritableString::Assign(basic_nsAReadableString const &) michael@0: nsString::nsString(basic_nsAReadableString const &) michael@0: nsHTMLDocument::SetReferrer(basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: ~.* michael@0: ~.* michael@0: basic_nsAWritableString::Assign(basic_nsAReadableString const &) michael@0: nsString::nsString(basic_nsAReadableString const &) michael@0: nsHTMLDocument::SetLastModified(basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: ~.* michael@0: ~.* michael@0: basic_nsAWritableString::Assign(basic_nsAReadableString const &) michael@0: nsString::nsString(basic_nsAReadableString const &) michael@0: nsHTMLDocument::SetTitle(basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsString::nsString(nsAString const &) michael@0: mozilla::dom::DocumentType::DocumentType(nsAString const &, nsIDOMNamedNodeMap *, nsIDOMNamedNodeMap *, nsAString const &, nsAString const &, nsAString const &) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # XPC stuff michael@0: # michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: Native2WrappedNativeMap::Native2WrappedNativeMap(int) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: ClassInfo2WrappedNativeProtoMap::ClassInfo2WrappedNativeProtoMap(int) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: IID2NativeInterfaceMap::IID2NativeInterfaceMap(int) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: IID2WrappedJSClassMap::IID2WrappedJSClassMap(int) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: IID2ThisTranslatorMap::IID2ThisTranslatorMap(int) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: XPCNativeScriptableSharedMap::XPCNativeScriptableSharedMap(int) michael@0: michael@0: michael@0: __builtin_new michael@0: XPCNativeScriptableSharedMap::GetNewOrUsed(unsigned int, char *, XPCNativeScriptableInfo *) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: JSContext2XPCContextMap::JSContext2XPCContextMap(int) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: NativeSetMap::NativeSetMap(int) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: JSObject2WrappedJSMap::JSObject2WrappedJSMap(int) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableFinish michael@0: JS_DHashTableOperate michael@0: nsXPCWrappedJS::GetNewOrUsed(XPCCallContext &, JSObject *, nsID const &, nsISupports *, nsXPCWrappedJS **) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: XPCWrappedNativeProtoMap::XPCWrappedNativeProtoMap(int) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableFinish michael@0: JS_DHashTableOperate michael@0: XPCWrappedNativeProto::GetNewOrUsed(XPCCallContext &, XPCWrappedNativeScope *, nsIClassInfo *, XPCNativeScriptableCreateInfo const *, int) michael@0: michael@0: michael@0: __builtin_new michael@0: XPCWrappedNativeProto::GetNewOrUsed(XPCCallContext &, XPCWrappedNativeScope *, nsIClassInfo *, XPCNativeScriptableCreateInfo const *, int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: XPCNativeSet::NewInstance(XPCCallContext &, XPCNativeInterface **, unsigned short) michael@0: XPCNativeSet::GetNewOrUsed(XPCCallContext &, nsIClassInfo *) michael@0: XPCWrappedNativeProto::GetNewOrUsed(XPCCallContext &, XPCWrappedNativeScope *, nsIClassInfo *, XPCNativeScriptableCreateInfo const *, int) michael@0: michael@0: michael@0: __builtin_new michael@0: XPCNativeScriptableInfo::Construct(XPCCallContext &, XPCNativeScriptableCreateInfo const *) michael@0: XPCWrappedNativeProto::Init(XPCCallContext &, XPCNativeScriptableCreateInfo const *) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableFinish michael@0: JS_DHashTableOperate michael@0: XPCNativeSet::GetNewOrUsed(XPCCallContext &, nsIClassInfo *) michael@0: XPCWrappedNativeProto::GetNewOrUsed(XPCCallContext &, XPCWrappedNativeScope *, nsIClassInfo *, XPCNativeScriptableCreateInfo const *, int) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableFinish michael@0: JS_DHashTableOperate michael@0: XPCWrappedNative::~XPCWrappedNative(void) michael@0: michael@0: michael@0: __builtin_new michael@0: XPCWrappedNative::FindTearOff(XPCCallContext &, XPCNativeInterface *, int, unsigned int *) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableFinish michael@0: JS_DHashTableOperate michael@0: XPCWrappedNative::GetNewOrUsed(XPCCallContext &, nsISupports *, XPCWrappedNativeScope *, XPCNativeInterface *, XPCWrappedNative **) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableInit michael@0: JS_NewDHashTable michael@0: js_LookupProperty michael@0: js_GetProperty michael@0: XPCWrappedNativeScope::SetGlobal(XPCCallContext &, JSObject *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsXPCWrappedNativeClass::BuildMemberDescriptors(XPCContext *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsNetModRegEntry::nsNetModRegEntry(char const *, nsINetNotify *, unsigned int *) michael@0: nsNetModuleMgr::RegisterModule(char const *, nsINetNotify *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsProxyObjectManager::nsProxyObjectManager(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsProxyObjectManager::nsProxyObjectManager(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsProxyEventClass::nsProxyEventClass(nsID const &, nsIInterfaceInfo *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsProxyEventClass::nsProxyEventClass(nsID const &, nsIInterfaceInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsProxyEventClass::nsProxyEventClass(nsID const &, nsIInterfaceInfo *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsProxyEventKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsProxyEventObject::GetNewOrUsedProxy(nsIEventQueue *, int, nsISupports *, nsID const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsProxyEventObject::GetNewOrUsedProxy(nsIEventQueue *, int, nsISupports *, nsID const &) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsComponentManagerImpl michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsComponentManagerImpl::Init(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsComponentManagerImpl::GetServiceByContractID(char const *, nsID const &, void **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsComponentManagerImpl::GetService(nsID const &, nsID const &, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsComponentManagerImpl::Init(void) michael@0: michael@0: michael@0: __builtin_vec_new michael@0: nsComponentManagerImpl::Init(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsComponentManagerImpl::PlatformPrePopulateRegistry(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsComponentManagerImpl::RegisterFactory(nsID const &, char const *, char const *, nsIFactory *, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::PlatformPrePopulateRegistry(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::HashContractID(char const *, nsID const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsComponentManagerImpl::Init(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsComponentManagerImpl::GetLoaderForType(char const *, nsIComponentLoader **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::ContractIDToClassID(char const *, nsID *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::PlatformPrePopulateRegistry(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsComponentManagerImpl::RegisterFactory(nsID const &, char const *, char const *, nsIFactory *, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::PlatformPrePopulateRegistry(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::RegisterFactory(nsID const &, char const *, char const *, nsIFactory *, int) michael@0: michael@0: michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::PlatformPrePopulateRegistry(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: bufio_SetBufferSize michael@0: nsXPTCStubBase::Sentinel9(void) michael@0: NR_RegSetBufferSize michael@0: nsRegistry::SetBufferSize(int) michael@0: nsComponentManagerImpl::AutoRegister(int, nsIFile *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsComponentManagerImpl::HashContractID(char const *, nsID const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsComponentManagerImpl::RegisterComponentCommon(nsID const &, char const *, char const *, char const *, int, int, char const *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::RegisterComponentCommon(nsID const &, char const *, char const *, char const *, int, int, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::HashContractID(char const *, nsID const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::RegisterFactory(nsID const &, char const *, char const *, nsIFactory *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::ContractIDToClassID(char const *, nsID *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::HashContractID(char const *, nsFactoryEntry *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsComponentManagerImpl::HashContractID(char const *, nsFactoryEntry *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsComponentManagerImpl::GetService(char const *, nsID const &, nsISupports **, nsIShutdownListener *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsComponentManagerImpl::GetService(nsID const &, nsID const &, nsISupports **, nsIShutdownListener *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsCString::SetCapacity(unsigned int) michael@0: nsCString::SetLength(unsigned int) michael@0: nsACString::do_AssignFromReadable(nsACString const &) michael@0: nsACString::do_AssignFromElementPtr(char const *) michael@0: nsCString::nsCString(char const *) michael@0: nsFactoryEntry::nsFactoryEntry(nsID const &, char const *, int) michael@0: nsComponentManagerImpl::PlatformPrePopulateRegistry(void) michael@0: michael@0: michael@0: PL_strdup michael@0: nsComponentManagerImpl::HashContractID(char const *, nsFactoryEntry *) michael@0: michael@0: michael@0: PL_strdup michael@0: nsFactoryEntry::nsFactoryEntry(nsID const &, char const *, int) michael@0: nsComponentManagerImpl::PlatformPrePopulateRegistry(void) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableInit michael@0: nsComponentManagerImpl::Init(void) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: nsZipArchive::BuildFileList(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsStaticCaseInsensitiveNameTable::Init(char const **, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsStaticCaseInsensitiveNameTable::Init(char const **, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsStaticCaseInsensitiveNameTable::Init(char const **, int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsDrawingSurfaceGTK michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsDrawingSurfaceGTK::Init(_GdkGC *, unsigned int, unsigned int, unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsDrawingSurfaceGTK::Init(_GdkGC *, unsigned int, unsigned int, unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsDrawingSurfaceGTK type_info function michael@0: michael@0: michael@0: PR_Malloc michael@0: nsDrawingSurfaceGTK::Init(_GdkGC *, unsigned int, unsigned int, unsigned int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsNativeComponentLoader michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsNativeComponentLoader::Init(nsIComponentManager *, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int) michael@0: nsNativeComponentLoader::Init(nsIComponentManager *, nsISupports *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsNativeComponentLoader::CreateDll michael@0: michael@0: michael@0: __builtin_new michael@0: nsNativeComponentLoader::CreateDll(nsIFile *, char const *, long long *, long long *, nsDll **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsNativeComponentLoader::CreateDll(nsIFile *, char const *, long long *, long long *, nsDll **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsNativeComponentLoader::CreateDll(nsIFile *, char const *, long long *, long long *, nsDll **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsNativeComponentLoader::CreateDll(nsIFile *, char const *, long long *, long long *, nsDll **) michael@0: michael@0: michael@0: PL_strdup michael@0: nsDll::nsDll(nsIFile *, char const *, long long *, long long *) michael@0: nsNativeComponentLoader::CreateDll(nsIFile *, char const *, long long *, long long *, nsDll **) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsDirectoryService::Set(char const *, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsDirectoryService::Init(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsDirectoryService::Set(char const *, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsDirectoryService::Init(char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsDirectoryService::Init(void) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsResProtocolHandler michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsResProtocolHandler::AppendSubstitution(char const *, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsResProtocolHandler::nsResProtocolHandler(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsResProtocolHandler::AppendSubstitution(char const *, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsResProtocolHandler::SetSubstitution(char const *, nsIURI *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsChromeRegistry michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsChromeRegistry::LoadDataSource(nsCString const &, nsIRDFDataSource **, int, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsChromeRegistry::LoadDataSource(nsCString const &, nsIRDFDataSource **, int, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsChromeRegistry::LoadDataSource(nsCString const &, nsIRDFDataSource **, int, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewCString(nsACString const &) michael@0: nsStdURL::GetSpec(char **) michael@0: RDFXMLDataSourceImpl::Init(char const *) michael@0: nsChromeRegistry::LoadDataSource(nsCString const &, nsIRDFDataSource **, int, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsChromeRegistry::LoadDataSource(nsCString const &, nsIRDFDataSource **, int, char const *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsZipReaderCache::GetZip(nsIFile *, nsIZipReader **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsZipReaderCache::GetZip(nsIFile *, nsIZipReader **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsZipReaderCache::nsZipReaderCache(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsZipReaderCache::GetZip(nsIFile *, nsIZipReader **) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsXBLDocumentInfo michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXBLDocumentInfo::SetPrototypeBinding(nsACString const &, nsIXBLPrototypeBinding *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsXBLDocumentInfo::SetPrototypeBinding(nsACString const &, nsIXBLPrototypeBinding *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXBLDocumentInfo::SetPrototypeBinding(nsCString const &, nsIXBLPrototypeBinding *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXBLDocumentInfo::SetPrototypeBinding(basic_nsAReadableString const &, nsIXBLPrototypeBinding *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXBLDocumentInfo::SetPrototypeBinding(nsCString const &, nsIXBLPrototypeBinding *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXBLDocumentInfo::SetPrototypeBinding(nsCString const &, nsIXBLPrototypeBinding *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsXBLDocumentInfo::SetPrototypeBinding(basic_nsAReadableString const &, nsIXBLPrototypeBinding *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXBLDocumentInfo::SetPrototypeBinding(basic_nsAReadableString const &, nsIXBLPrototypeBinding *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsCString::SetCapacity(unsigned int) michael@0: nsCString::SetLength(unsigned int) michael@0: ~.* michael@0: ~.* michael@0: basic_nsAWritableString::Assign(char const *) michael@0: nsCString::operator=(char const *) michael@0: nsXBLDocumentInfo::nsXBLDocumentInfo(char const *, nsIDocument *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXBLDocumentInfo::SetPrototypeBinding(nsACString const &, nsIXBLPrototypeBinding *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsCString::SetCapacity(unsigned int) michael@0: nsCString::SetLength(unsigned int) michael@0: nsACString::do_AssignFromReadable(nsACString const &) michael@0: nsACString::do_AssignFromElementPtr(char const *) michael@0: nsXBLDocumentInfo::nsXBLDocumentInfo(char const *, nsIDocument *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXBLDocumentInfo::SetPrototypeBinding(nsACString const &, nsIXBLPrototypeBinding *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsXULPrototypeCache michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXULPrototypeCache::PutXBLDocumentInfo(nsXBLDocumentInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXULPrototypeCache::PutPrototype(nsIXULPrototypeDocument *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsXULPrototypeCache::nsXULPrototypeCache(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXULPrototypeCache::PutXBLDocumentInfo(nsXBLDocumentInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXULPrototypeCache::PutStyleSheet(nsICSSStyleSheet *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsXULPrototypeCache::nsXULPrototypeCache(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXULPrototypeCache::PutXBLDocumentInfo(nsXBLDocumentInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsXULPrototypeCache::PutScript(nsIURI *, void *) michael@0: michael@0: # nsXULPrototypeElement michael@0: michael@0: __builtin_new michael@0: XULContentSinkImpl::CreateElement(nsINodeInfo *, nsXULPrototypeElement **) michael@0: michael@0: # nsXULPrototypeNode michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: XULContentSinkImpl::CloseContainer(nsIParserNode const &) michael@0: michael@0: # nsXULPrototypeScript michael@0: michael@0: __builtin_new michael@0: XULContentSinkImpl::OpenScript(nsIParserNode const &) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsExternalHelperAppService michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsExternalHelperAppService::nsExternalHelperAppService(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsExternalHelperAppService::AddMimeInfoToCache(nsIMIMEInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsExternalHelperAppService::AddMimeInfoToCache(nsIMIMEInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsExternalHelperAppService::AddMimeInfoToCache(nsIMIMEInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsExternalHelperAppService::AddMimeInfoToCache(nsIMIMEInfo *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsTArray::InsertElementAt(int, nsCString const &) michael@0: nsMIMEInfoImpl::SetFileExtensions(char const *) michael@0: nsExternalHelperAppService::AddDefaultMimeTypesToCache(void) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsCategoryManager michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int) michael@0: nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: __17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii michael@0: CategoryNode::CategoryNode(void) michael@0: nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: __17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii michael@0: nsCategoryManager::nsCategoryManager(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: __17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii michael@0: CategoryNode::CategoryNode(void) michael@0: nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: __17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii michael@0: nsCategoryManager::nsCategoryManager(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsCString::SetCapacity(unsigned int) michael@0: nsCString::SetLength(unsigned int) michael@0: nsACString::do_AssignFromReadable(nsACString const &) michael@0: nsACString::do_AssignFromElementPtr(char const *) michael@0: nsCString::nsCString(char const *) michael@0: nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsScriptNameSpaceManager michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsScriptNameSpaceManager::RegisterClassName(char const *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsScriptNameSpaceManager::FillHashWithDOMInterfaces(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsScriptNameSpaceManager::FillHash(nsICategoryManager *, char const *, nsGlobalNameStruct::nametype) michael@0: michael@0: michael@0: __builtin_new michael@0: nsScriptNameSpaceManager::RegisterClassName(char const *, int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsScriptSecurityManager michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsScriptSecurityManager::InitPolicies(unsigned int, char const **, nsISecurityPref *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsScriptSecurityManager::EnumeratePolicyCallback(char const *, void *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsScriptSecurityManager::EnumeratePolicyCallback(char const *, void *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsScriptSecurityManager::InitPrefs(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: __17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii michael@0: nsScriptSecurityManager::EnumeratePolicyCallback(char const *, void *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsScriptSecurityManager::InitPolicies(unsigned int, char const **, nsISecurityPref *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsStringBundleService michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsStringBundleService::insertIntoCache(nsIStringBundle *, nsCStringKey *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsStringBundleService::insertIntoCache(nsIStringBundle *, nsCStringKey *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsStringBundleService::nsStringBundleService(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsStringBundleService::insertIntoCache(nsIStringBundle *, nsCStringKey *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsStringBundleService::insertIntoCache(nsIStringBundle *, nsCStringKey *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: CSSStyleSheetImpl::CSSStyleSheetImpl(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: CSSStyleSheetImpl::AppendStyleRule(nsICSSRule *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: CSSStyleSheetImpl::CheckRuleForAttributes(nsICSSRule *) michael@0: michael@0: michael@0: __builtin_new michael@0: AtomKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: CSSStyleSheetImpl::CheckRuleForAttributes(nsICSSRule *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: CSSStyleSheetImpl::CheckRuleForAttributes(nsICSSRule *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: CSSStyleSheetInner::CSSStyleSheetInner(nsICSSStyleSheet *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: HTMLStyleSheetImpl::HTMLStyleSheetImpl(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawRemove michael@0: nsHashtable::Remove(nsHashKey *) michael@0: HTMLStyleSheetImpl::DropMappedAttributes(nsIHTMLMappedAttributes *) michael@0: michael@0: michael@0: __builtin_new michael@0: AttributeKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: HTMLStyleSheetImpl::UniqueMappedAttributes(nsIHTMLMappedAttributes *, nsIHTMLMappedAttributes *&) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: HTMLStyleSheetImpl::UniqueMappedAttributes(nsIHTMLMappedAttributes *, nsIHTMLMappedAttributes *&) michael@0: michael@0: michael@0: __builtin_new michael@0: nsStyleContextData::Create(nsIPresContext *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsStyleContent::AllocateCounterResets(unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsStyleContent::AllocateContents(unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: xptiManifest::Read(xptiInterfaceInfoManager *, xptiWorkingSet *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: xptiManifest::Read(xptiInterfaceInfoManager *, xptiWorkingSet *) michael@0: michael@0: michael@0: __builtin_new michael@0: SelectorList::AddSelector(nsCSSSelector const &) michael@0: CSSParserImpl::ParseSelectorGroup(int &, SelectorList *&) michael@0: michael@0: michael@0: __builtin_new michael@0: CSSParserImpl::ParseContent(int &, nsICSSDeclaration *, int &) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # RuleHash michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: RuleHash::AppendRuleToTable(nsHashtable &, int, nsICSSStyleRule *) michael@0: michael@0: michael@0: __builtin_new michael@0: RuleHash::AppendRuleToTable(nsHashtable &, nsIAtom *, nsICSSStyleRule *) michael@0: michael@0: michael@0: __builtin_new michael@0: RuleHash::AppendRuleToTable(nsHashtable &, nsIAtom *, nsICSSStyleRule *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: RuleHash::AppendRuleToTable(nsHashtable &, int, nsICSSStyleRule *) michael@0: michael@0: michael@0: __builtin_new michael@0: AtomKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: RuleHash::AppendRuleToTable(nsHashtable &, nsIAtom *, nsICSSStyleRule *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: RuleHash::RuleHash(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: RuleHash::AppendRuleToTable(nsHashtable &, nsIAtom *, nsICSSStyleRule *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: RuleHash::EnumerateAllRules(nsIAtom *, nsIAtom *, nsVoidArray const &, void (*)(nsICSSStyleRule *, void *), void *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: RuleHash::AppendRuleToTable(nsHashtable &, nsIAtom *, nsICSSStyleRule *, int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsCSSSelector michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsCSSSelector::nsCSSSelector(nsCSSSelector const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsAtomList::nsAtomList(nsAtomList const &) michael@0: nsCSSSelector::nsCSSSelector(nsCSSSelector const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsAttrSelector::nsAttrSelector(nsAttrSelector const &) michael@0: nsCSSSelector::nsCSSSelector(nsCSSSelector const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsAttrSelector::nsAttrSelector(nsAttrSelector const &) michael@0: nsAttrSelector::nsAttrSelector(nsAttrSelector const &) michael@0: nsCSSSelector::nsCSSSelector(nsCSSSelector const &) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # StyleSetImpl michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: CSSStyleSheetImpl::GetStyleRuleProcessor(nsIStyleRuleProcessor *&, nsIStyleRuleProcessor *) michael@0: StyleSetImpl::ClearOverrideRuleProcessors(void) michael@0: michael@0: michael@0: __builtin_new michael@0: CSSRuleProcessor::GetRuleCascade(nsIPresContext *, nsIAtom *) michael@0: CSSRuleProcessor::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIStyleContext *, nsIRuleWalker *) michael@0: StyleSetImpl::ReplaceBackstopStyleSheets(nsISupportsArray *) michael@0: michael@0: michael@0: __builtin_new michael@0: CSSRuleProcessor::GetRuleCascade(nsIPresContext *, nsIAtom *) michael@0: CSSRuleProcessor::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIAtom *, nsIStyleContext *, nsICSSPseudoComparator *, nsIRuleWalker *) michael@0: StyleSetImpl::ResolveStyleFor(nsIPresContext *, nsIContent *, nsIStyleContext *, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsSupportsArray::Create(nsISupports *, nsID const &, void **) michael@0: NS_NewISupportsArray(nsISupportsArray **) michael@0: StyleSetImpl::EnsureArray(nsISupportsArray **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsRuleNode::Transition(nsIStyleRule *, nsIRuleNode **) michael@0: nsRuleWalker::Forward(nsIStyleRule *) michael@0: StyleSetImpl::AddImportantRules(nsIRuleNode *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsRuleNode::Transition(nsIStyleRule *, nsIRuleNode **) michael@0: nsRuleWalker::Forward(nsIStyleRule *) michael@0: nsHTMLBodyElement::WalkInlineStyleRules(nsIRuleWalker *) michael@0: HTMLCSSStyleSheetImpl::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIStyleContext *, nsIRuleWalker *) michael@0: StyleSetImpl::ReplaceBackstopStyleSheets(nsISupportsArray *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: CSSRuleProcessor::CascadeSheetRulesInto(nsISupports *, void *) michael@0: nsSupportsArray::EnumerateBackwards(int (*)(nsISupports *, void *), void *) michael@0: CSSRuleProcessor::CascadeSheetRulesInto(nsISupports *, void *) michael@0: CSSRuleProcessor::GetRuleCascade(nsIPresContext *, nsIAtom *) michael@0: CSSRuleProcessor::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIStyleContext *, nsIRuleWalker *) michael@0: StyleSetImpl::ReplaceBackstopStyleSheets(nsISupportsArray *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: CSSRuleProcessor::AppendStyleSheet(nsICSSStyleSheet *) michael@0: CSSStyleSheetImpl::GetStyleRuleProcessor(nsIStyleRuleProcessor *&, nsIStyleRuleProcessor *) michael@0: StyleSetImpl::ClearOverrideRuleProcessors(void) michael@0: michael@0: //---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: ~.* michael@0: ~.* michael@0: basic_nsAWritableString::Assign(basic_nsAReadableString const &) michael@0: nsString::operator=(nsString const &) michael@0: StyleListImpl::ResetFrom(nsStyleList const *, nsIPresContext *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: CSSRuleProcessor::CascadeSheetRulesInto(nsISupports *, void *) michael@0: nsSupportsArray::EnumerateBackwards(int (*)(nsISupports *, void *), void *) michael@0: CSSRuleProcessor::CascadeSheetRulesInto(nsISupports *, void *) michael@0: CSSRuleProcessor::GetRuleCascade(nsIPresContext *, nsIAtom *) michael@0: CSSRuleProcessor::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIAtom *, nsIStyleContext *, nsICSSPseudoComparator *, nsIRuleWalker *) michael@0: StyleSetImpl::ResolveStyleFor(nsIPresContext *, nsIContent *, nsIStyleContext *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: CSSRuleProcessor::ClearRuleCascades(void) michael@0: nsSupportsArray::EnumerateBackwards(int (*)(nsISupports *, void *), void *) michael@0: CSSRuleProcessor::GetRuleCascade(nsIPresContext *, nsIAtom *) michael@0: CSSRuleProcessor::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIAtom *, nsIStyleContext *, nsICSSPseudoComparator *, nsIRuleWalker *) michael@0: StyleSetImpl::ResolveStyleFor(nsIPresContext *, nsIContent *, nsIStyleContext *, int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: StyleContextCache::VerifyList(unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: StyleContextCache::AllocateList(void) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsPersistentProperties michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsPersistentProperties::Create(nsISupports *, nsID const &, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: nsPersistentProperties::SetStringProperty(nsAString const &, nsAString &, nsAString &) michael@0: nsPersistentProperties::Load(nsIInputStream *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCppSharedAllocator::allocate(unsigned int, void const *) michael@0: nsCRT::strndup(unsigned short const *, unsigned int) michael@0: nsCRT::strdup(unsigned short const *) michael@0: nsString::ToNewUnicode(void) const michael@0: nsPersistentProperties::SetStringProperty(nsString const &, nsString &, nsString &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: nsPersistentProperties::SetStringProperty(nsString const &, nsString &, nsString &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_NewHashTable michael@0: nsPersistentProperties::nsPersistentProperties(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewUnicode(nsAString const &) michael@0: nsPersistentProperties::SetStringProperty(nsAString const &, nsAString &, nsAString &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: unsigned short * AllocateStringCopy(nsAString const &, unsigned short *) michael@0: ToNewUnicode(nsAString const &) michael@0: nsPersistentProperties::SetStringProperty(nsAString const &, nsAString &, nsAString &) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsCSSValue michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCppSharedAllocator::allocate(unsigned int, void const *) michael@0: nsCRT::strndup(unsigned short const *, unsigned int) michael@0: nsCRT::strdup(unsigned short const *) michael@0: nsString::ToNewUnicode(void) const michael@0: nsCSSValue::operator=(nsCSSValue const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewUnicode(nsAString const &) michael@0: nsCSSValue::SetStringValue(nsAString const &, nsCSSUnit) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: unsigned short * AllocateStringCopy(nsAString const &, unsigned short *) michael@0: ToNewUnicode(nsAString const &) michael@0: nsCSSValue::SetStringValue(nsAString const &, nsCSSUnit) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStringKey::Clone(void) const michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsTextFragment michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsTextFragment::SetTo(unsigned short const *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewCString(nsAString const &) michael@0: nsTextFragment::operator=(nsAString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: char * AllocateStringCopy(basic_nsAReadableString const &, char *) michael@0: ToNewCString(basic_nsAReadableString const &) michael@0: nsTextFragment::operator=(basic_nsAReadableString const &) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsTextBoxFrame michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsTextBoxFrame::UpdateAttributes(nsIPresContext *, nsIAtom *, int &, int &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsTextBoxFrame::CalculateTitleForWidth(nsIPresContext *, nsRenderingContext &, int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsPopupSetFrame michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsPopupSetFrame::AddPopupFrame(nsIFrame *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewCString(nsACString const &) michael@0: nsStdURL::GetSpec(char **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsString::ToNewCString(void) const michael@0: nsSimpleURI::SetSpec(char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewCString(nsAString const &) michael@0: nsSimpleURI::SetSpec(char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: nsNodeInfoManager::GetNodeInfo(nsIAtom *, nsIAtom *, int, nsINodeInfo *&) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_NewHashTable michael@0: nsNodeInfoManager::nsNodeInfoManager(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawRemove michael@0: PL_HashTableRemove michael@0: nsNodeInfoManager::RemoveNodeInfo(nsNodeInfo *) michael@0: michael@0: michael@0: XPT_ArenaMalloc michael@0: xptiInterfaceInfo::CopyName(char const *, xptiWorkingSet *) michael@0: michael@0: michael@0: __builtin_new michael@0: xptiInterfaceInfo::PartiallyResolveLocked(XPTInterfaceDescriptor *, xptiWorkingSet *) michael@0: michael@0: michael@0: XPT_ArenaMalloc michael@0: michael@0: michael@0: siglongjmp michael@0: pthread_create michael@0: michael@0: michael@0: XkbAllocClientMap michael@0: michael@0: michael@0: _XiCheckExtInit michael@0: michael@0: michael@0: _XAllocScratch michael@0: michael@0: michael@0: XUnlockDisplay michael@0: michael@0: michael@0: _XlcCreateLC michael@0: michael@0: michael@0: XkbUseExtension michael@0: michael@0: michael@0: _XimServerDestroy michael@0: michael@0: michael@0: _XlcAddCharSet michael@0: michael@0: michael@0: XInitExtension michael@0: michael@0: michael@0: _XlcGenericLoader michael@0: michael@0: michael@0: _XwcDefaultDrawImageString michael@0: michael@0: michael@0: _XlcAddCT michael@0: michael@0: michael@0: XShmCreateImage michael@0: michael@0: michael@0: _XFreeAtomTable michael@0: michael@0: michael@0: XCreateRegion michael@0: michael@0: michael@0: XIntersectRegion michael@0: michael@0: michael@0: _XlcCreateLocaleDataBase michael@0: michael@0: michael@0: _XUpdateAtomCache michael@0: michael@0: michael@0: XrmMergeDatabases michael@0: michael@0: michael@0: XrmParseCommand michael@0: michael@0: michael@0: XOpenDisplay michael@0: michael@0: michael@0: XCreateGC michael@0: michael@0: michael@0: _XlcResetConverter michael@0: michael@0: michael@0: _XEnq michael@0: michael@0: michael@0: _XimLcctstowcs michael@0: michael@0: michael@0: XtMalloc michael@0: michael@0: michael@0: XtCalloc michael@0: michael@0: michael@0: Xpermalloc michael@0: michael@0: michael@0: _XlcCreateDefaultCharSet michael@0: michael@0: michael@0: _XimLocalSetICValues michael@0: michael@0: michael@0: _XimLocalCreateIC michael@0: michael@0: michael@0: _XlcSetConverter michael@0: michael@0: michael@0: _XkbGetCharset michael@0: michael@0: michael@0: g_malloc michael@0: michael@0: michael@0: g_realloc michael@0: michael@0: michael@0: g_malloc0 michael@0: michael@0: michael@0: _XimLcctstoutf8 michael@0: michael@0: michael@0: loader_png michael@0: gdk_imlib_load_image michael@0: michael@0: michael@0: loader_png michael@0: gdk_imlib_save_image michael@0: michael@0: michael@0: _dl_lookup_versioned_symbol_skip michael@0: michael@0: michael@0: _dl_dst_substitute michael@0: michael@0: michael@0: _dl_map_object_deps michael@0: michael@0: michael@0: _dl_map_object michael@0: michael@0: michael@0: _dl_debug_message michael@0: michael@0: michael@0: PR_Malloc michael@0: bufio_SetBufferSize michael@0: nsXPTCStubBase::Sentinel9(void) michael@0: NR_RegSetBufferSize michael@0: nsRegistry::SetBufferSize(int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::AddBucket(unsigned int) michael@0: nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int) michael@0: nsXBLService::nsXBLService(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsXBLService::nsXBLService(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: InMemoryAssertionEnumeratorImpl::operator new(unsigned int, nsFixedSizeAllocator &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsGenericModule::nsGenericModule(char const *, unsigned int, nsModuleComponentInfo *, unsigned int (*)(nsIModule *), void (*)(nsIModule *)) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsGenericModule::GetClassObject(nsIComponentManager *, nsID const &, nsID const &, void **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsGenericModule::GetClassObject(nsIComponentManager *, nsID const &, nsID const &, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsGenericModule::nsGenericModule(char const *, unsigned int, nsModuleComponentInfo *, void (*)(nsIModule *)) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsGenericModule::nsGenericModule(char const *, unsigned int, nsModuleComponentInfo *, unsigned int (*)(nsIModule *), void (*)(nsIModule *)) michael@0: michael@0: michael@0: gettext michael@0: gettext michael@0: setlocale michael@0: setlocale michael@0: nsUNIXCharset::nsUNIXCharset(void) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsLocaleService michael@0: # michael@0: michael@0: michael@0: textdomain michael@0: textdomain michael@0: setlocale michael@0: setlocale michael@0: nsLocaleService::nsLocaleService(void) michael@0: michael@0: michael@0: setlocale michael@0: setlocale michael@0: setlocale michael@0: nsLocaleService::nsLocaleService(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_NewHashTable michael@0: nsLocale::nsLocale(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: nsLocale::AddCategory(unsigned short const *, unsigned short const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::do_AssignFromElementPtr(unsigned short const *) michael@0: nsString::nsString(unsigned short const *) michael@0: nsLocale::AddCategory(unsigned short const *, unsigned short const *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsServiceManagerImpl (obsolete?) michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsServiceManagerImpl::nsServiceManagerImpl(void) michael@0: NS_NewServiceManager(nsIServiceManager **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int) michael@0: nsServiceManagerImpl::nsServiceManagerImpl(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsServiceManagerImpl::GetService(nsID const &, nsID const &, nsISupports **, nsIShutdownListener *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsServiceManagerImpl::nsServiceManagerImpl(void) michael@0: NS_NewServiceManager(nsIServiceManager **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsServiceManagerImpl::GetService(nsID const &, nsID const &, nsISupports **, nsIShutdownListener *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsServiceManagerImpl::GetService(nsID const &, nsID const &, nsISupports **, nsIShutdownListener *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsXMLElement michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsGenericContainerElement::SetAttribute(nsINodeInfo *, basic_nsAReadableString const &, int) michael@0: nsGenericXMLElement::SetAttribute(nsINodeInfo *, basic_nsAReadableString const &, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsGenericContainerElement::SetAttribute(nsINodeInfo *, basic_nsAReadableString const &, int) michael@0: nsXMLElement::SetAttribute(nsINodeInfo *, basic_nsAReadableString const &, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsGenericContainerElement::SetAttr(nsINodeInfo *, nsAString const &, int) michael@0: nsXMLElement::SetAttr(nsINodeInfo *, nsAString const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsString::nsString(nsAString const &) michael@0: nsGenericContainerElement::SetAttr(nsINodeInfo *, nsAString const &, int) michael@0: nsXMLElement::SetAttr(nsINodeInfo *, nsAString const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsCheapVoidArray::AppendElement(void *) michael@0: nsGenericContainerElement::AppendChildTo(nsIContent *, int, int) michael@0: nsXMLContentSink::AddContentAsLeaf(nsIContent *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsXMLDocument michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsDocument::nsDocument(void) michael@0: nsMarkupDocument::nsMarkupDocument(void) michael@0: nsXMLDocument::nsXMLDocument(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int) michael@0: nsString::AppendWithConversion(char const *, int) michael@0: nsString::AssignWithConversion(char const *) michael@0: nsDocument::StartDocumentLoad(char const *, nsIChannel *, nsILoadGroup *, nsISupports *, nsIStreamListener **, int) michael@0: nsXMLDocument::StartDocumentLoad(char const *, nsIChannel *, nsILoadGroup *, nsISupports *, nsIStreamListener **, int) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: nsGCCache::nsGCCache(void) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # prefs michael@0: # michael@0: michael@0: michael@0: _init michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: pref_HashPref michael@0: michael@0: michael@0: _init michael@0: PL_NewHashTable michael@0: PREF_Init michael@0: michael@0: michael@0: pref_HashPref michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsPref::nsPref(void) michael@0: michael@0: michael@0: PREF_RegisterCallback michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int) michael@0: nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int) michael@0: nsCString::nsCString(nsCString const &) michael@0: nsTArray::InsertElementAt(int, nsCString const &) michael@0: nsPrefBranch::AddObserver(char const *, nsIObserver *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Calloc michael@0: PR_SetThreadPrivate michael@0: nsThread::RegisterThreadSelf(void) michael@0: michael@0: michael@0: XFreeFont michael@0: michael@0: michael@0: __builtin_new michael@0: nsFontGTK::operator new(unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCheapVoidArray::SwitchToVector(void) michael@0: nsCheapVoidArray::AppendElement(void *) michael@0: nsGenericContainerElement::AppendChildTo(nsIContent *, int) michael@0: michael@0: michael@0: PR_Realloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsCheapVoidArray::AppendElement(void *) michael@0: nsGenericContainerElement::AppendChildTo(nsIContent *, int, int) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsObserverService michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsObserverService::GetObserverList(unsigned short const *, nsIObserverList **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int) michael@0: nsObserverService::GetObserverList(unsigned short const *, nsIObserverList **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsObserverService::GetObserverList(nsString const &, nsIObserverList **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int) michael@0: nsObserverService::GetObserverList(nsString const &, nsIObserverList **) michael@0: michael@0: michael@0: __builtin_new michael@0: NS_NewObserverList(nsIObserverList **) michael@0: nsObserverService::GetObserverList(nsString const &, nsIObserverList **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsObserverService::GetObserverList(nsString const &, nsIObserverList **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsObserverService::GetObserverList(nsString const &, nsIObserverList **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int) michael@0: nsObserverService::GetObserverList(char const *, nsObserverList **) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: nsObserverList::AddObserver(nsIObserver *, int) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsViewManager::nsViewManager(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsViewManager2::AddToDisplayList(int *, nsView *, nsRect &, nsRect &, unsigned int, int, int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsBindingManager michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsBindingManager::SetContentListFor(nsIContent *, nsISupportsArray *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsBindingManager::SetInsertionParent(nsIContent *, nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsBindingManager::SetAnonymousNodesFor(nsIContent *, nsISupportsArray *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsISupportsKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsBindingManager::SetBinding(nsIContent *, nsIXBLBinding *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsBindingManager::SetBinding(nsIContent *, nsIXBLBinding *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsBindingManager::SetInsertionParent(nsIContent *, nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsBindingManager::SetBinding(nsIContent *, nsIXBLBinding *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsBindingManager::SetBinding(nsIContent *, nsIXBLBinding *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsBindingManager::SetInsertionParent(nsIContent *, nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsBindingManager::SetInsertionParent(nsIContent *, nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsBindingManager::SetWrappedJS(nsIContent *, nsIXPConnectWrappedJS *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: nsBindingManager::AddToAttachedQueue(nsIXBLBinding *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsString::nsString(nsAString const &) michael@0: NameSpaceManagerImpl::RegisterNameSpace(nsAString const &, int &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsLayoutUtils::GetDynamicScriptContext(JSContext *, nsIScriptContext **) michael@0: NameSpaceManagerImpl::NameSpaceManagerImpl(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: NameSpaceManagerImpl::RegisterNameSpace(basic_nsAReadableString const &, int &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int) michael@0: nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int) michael@0: nsString::nsString(nsString const &) michael@0: nsLayoutUtils::CopyNewlineNormalizedUnicodeTo(nsReadingIterator &, nsReadingIterator const &, basic_nsAWritableString &) michael@0: NameSpaceManagerImpl::NameSpaceManagerImpl(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsErrorService::Create(nsISupports *, nsID const &, void **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsVoidKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsInt2StrHashtable::Put(unsigned int, char const *) michael@0: nsErrorService::RegisterErrorStringBundleKey(unsigned int, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsInt2StrHashtable::Put(unsigned int, char const *) michael@0: nsErrorService::RegisterErrorStringBundleKey(unsigned int, char const *) michael@0: michael@0: michael@0: __builtin_new michael@0: ArenaImpl::Create(nsISupports *, nsID const &, void **) michael@0: NS_NewHeapArena(nsIArena **, unsigned int) michael@0: nsDocument::Init(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsDocument::nsDocument(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsDocument::SetHeaderData(nsIAtom *, basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsDocument::AddReference(void *, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: ~.* michael@0: ~.* michael@0: basic_nsAWritableString::Assign(basic_nsAReadableString const &) michael@0: nsDocHeaderData::nsDocHeaderData(nsIAtom *, basic_nsAReadableString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: XPCContext::newXPCContext(XPCJSRuntime *, JSContext *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsEventQueueServiceImpl::Create(nsISupports *, nsID const &, void **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsEventQueueServiceImpl::nsEventQueueServiceImpl(void) michael@0: michael@0: michael@0: PR_Realloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsEventListenerManager::AddEventListener(nsIDOMEventListener *, EventArrayType, int, nsHashKey *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsEventListenerManager::AddEventListener(nsIDOMEventListener *, EventArrayType, int, nsHashKey *, int) michael@0: nsEventListenerManager::SetJSEventListener(nsIScriptContext *, nsISupports *, nsIAtom *, int) michael@0: nsEventListenerManager::AddScriptEventListener(nsIScriptContext *, nsISupports *, nsIAtom *, nsAString const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsEventListenerManager::AddEventListener(nsIDOMEventListener *, EventArrayType, int, nsHashKey *, int) michael@0: nsEventListenerManager::AddEventListenerByType(nsIDOMEventListener *, nsAString const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsEventListenerManager::AddEventListener(nsIDOMEventListener *, EventArrayType, int, nsHashKey *, int) michael@0: nsEventListenerManager::AddEventListenerByIID(nsIDOMEventListener *, nsID const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::ReplaceElementAt(void *, int) michael@0: nsEventListenerManager::GetListenersByType(EventArrayType, nsHashKey *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::ReplaceElementAt(void *, int) michael@0: nsEventListenerManager::GetListenersByType(EventArrayType, nsHashKey *, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsEventListenerManager::AddEventListener(nsIDOMEventListener *, nsID const &, int, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsEventListenerManager::AddEventListener(nsIDOMEventListener *, nsID const &, int, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCParserNode::AddAttribute(CToken *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsDeque::GrowCapacity(void) michael@0: nsDeque::Push(void *) michael@0: nsCParserNode::AddAttribute(CToken *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsSocketTransportService::Init(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsSocketTransport::AsyncWrite(nsIInputStream *, nsIStreamObserver *, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: _PR_Getfd michael@0: PR_GetConnectStatus michael@0: PR_Socket michael@0: PR_OpenTCPSocket michael@0: nsSocketTransport::doConnection(short) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::AddBucket(unsigned int) michael@0: nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int) michael@0: CompositeDataSourceImpl::CompositeDataSourceImpl(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: CompositeDataSourceImpl::GetTargets(nsIRDFResource *, nsIRDFResource *, int, nsISimpleEnumerator **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: CompositeDataSourceImpl::ArcLabelsIn(nsIRDFNode *, nsISimpleEnumerator **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: CompositeDataSourceImpl::ArcLabelsOut(nsIRDFResource *, nsISimpleEnumerator **) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsHTMLValue michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: unsigned short * AllocateStringCopy(basic_nsAReadableString const &, unsigned short *) michael@0: ToNewUnicode(basic_nsAReadableString const &) michael@0: nsHTMLValue::nsHTMLValue(basic_nsAReadableString const &, nsHTMLUnit) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewUnicode(nsAString const &) michael@0: nsHTMLValue::SetStringValue(nsAString const &, nsHTMLUnit) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: unsigned short * AllocateStringCopy(nsAString const &, unsigned short *) michael@0: ToNewUnicode(nsAString const &) michael@0: nsHTMLValue::nsHTMLValue(nsAString const &, nsHTMLUnit) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: unsigned short * AllocateStringCopy(nsAString const &, unsigned short *) michael@0: ToNewUnicode(nsAString const &) michael@0: nsHTMLValue::SetStringValue(nsAString const &, nsHTMLUnit) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsMemCache::GetCachedNetData(char const *, unsigned int, nsINetDataCacheRecord **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsMemCache::Init(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsOpaqueKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsMemCache::GetCachedNetData(char const *, unsigned int, nsINetDataCacheRecord **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsOpaqueKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsMemCache::GetCachedNetData(char const *, unsigned int, nsINetDataCacheRecord **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsOpaqueKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsMemCache::GetCachedNetData(char const *, unsigned int, nsINetDataCacheRecord **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsOpaqueKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsMemCache::GetCachedNetData(char const *, unsigned int, nsINetDataCacheRecord **) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsMemCacheRecord::SetMetaData(unsigned int, char const *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsMemCacheRecord::Init(char const *, unsigned int, unsigned int, nsMemCache *) michael@0: michael@0: michael@0: PR_Realloc michael@0: nsXPIDLString type_info function michael@0: nsXPIDLString type_info function michael@0: nsTextFormatter::vsmprintf(unsigned short const *, void *) michael@0: nsTextFormatter::smprintf(unsigned short const *,...) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsXPIDLString type_info function michael@0: nsXPIDLString type_info function michael@0: nsTextFormatter::vsmprintf(unsigned short const *, void *) michael@0: michael@0: michael@0: PR_Realloc michael@0: nsXPIDLString type_info function michael@0: nsXPIDLString type_info function michael@0: nsTextFormatter::vsmprintf(unsigned short const *, void *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsPresContext michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsPresContext::nsPresContext(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsPresContext::LoadImage(nsString const &, nsIFrame *, imgIRequest **) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsPresState michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsPresState::SetStateProperty(nsAString const &, nsAString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsPresState::SetStatePropertyAsSupports(nsAString const &, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsPresState::SetStatePropertyAsSupports(basic_nsAReadableString const &, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsPresState::SetStateProperty(basic_nsAReadableString const &, basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsPresState::SetStatePropertyAsSupports(basic_nsAReadableString const &, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsPresState::SetStateProperty(basic_nsAReadableString const &, basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsSupportsWStringImpl::SetDataWithLength(unsigned int, unsigned short const *) michael@0: nsSupportsWStringImpl::SetData(unsigned short const *) michael@0: nsPresState::SetStateProperty(basic_nsAReadableString const &, basic_nsAReadableString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsPresState::SetStatePropertyAsSupports(basic_nsAReadableString const &, nsISupports *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsPresState::SetStateProperty(basic_nsAReadableString const &, basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsSupportsWStringImpl::SetDataWithLength(unsigned int, unsigned short const *) michael@0: nsSupportsWStringImpl::SetData(unsigned short const *) michael@0: nsPresState::SetStateProperty(basic_nsAReadableString const &, basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsPresState::SetStateProperty(nsAString const &, nsAString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsPresState::SetStatePropertyAsSupports(nsAString const &, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsPresState::SetStateProperty(nsAString const &, nsAString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsPresState::SetStatePropertyAsSupports(nsAString const &, nsISupports *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsSupportsStringImpl::SetDataWithLength(unsigned int, char const *) michael@0: nsSupportsStringImpl::SetData(char const *) michael@0: nsPresState::SetStateProperty(nsAString const &, nsAString const &) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # Prefs stuff michael@0: # michael@0: michael@0: michael@0: PL_strdup michael@0: pref_HashPref michael@0: michael@0: michael@0: PL_strdup michael@0: PREF_LockPref michael@0: michael@0: michael@0: PL_strdup michael@0: PREF_RegisterCallback michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # Imagelib Stuff michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: imgRequest::AddProxy(imgRequestProxy *) michael@0: michael@0: michael@0: __builtin_new michael@0: ImageRequestImpl::AddObserver(nsIImageRequestObserver *) michael@0: michael@0: michael@0: PR_Malloc michael@0: XP_AddObserver michael@0: ImageRequestImpl::Init(void *, char const *, nsIImageRequestObserver *, unsigned int const *, unsigned int, unsigned int, unsigned int, ilINetContext *) michael@0: michael@0: michael@0: __builtin_new michael@0: ImageNetContextImpl::GetURL(ilIURL *, ImgCachePolicy, ilINetReader *, int) michael@0: michael@0: # il_group_notify() is really a call to a static rounting il_init_scaling() michael@0: michael@0: PR_Malloc michael@0: il_group_notify(_IL_GroupContext *, long) michael@0: il_size(il_container_struct *) michael@0: ImgDCallbk::ImgDCBImageSize(void) michael@0: michael@0: michael@0: PR_Calloc michael@0: il_gif_write(il_container_struct *, unsigned char const *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: il_gif_write(il_container_struct *, unsigned char const *, int) michael@0: michael@0: michael@0: PR_Calloc michael@0: il_gif_init(il_container_struct *) michael@0: michael@0: michael@0: PR_Calloc michael@0: IL_GetImage michael@0: michael@0: michael@0: PR_Calloc michael@0: il_get_container(_IL_GroupContext *, ImgCachePolicy, char const *, _NI_IRGB *, IL_DitherMode, int, int, int) michael@0: michael@0: michael@0: PR_Calloc michael@0: IL_CreateTrueColorSpace michael@0: michael@0: michael@0: PR_Calloc michael@0: il_size(il_container_struct *) michael@0: ImgDCallbk::ImgDCBImageSize(void) michael@0: michael@0: michael@0: PR_Calloc michael@0: IL_CreateGreyScaleColorSpace michael@0: michael@0: michael@0: PR_Malloc michael@0: il_BACat(char **, unsigned int, char const *, unsigned int) michael@0: michael@0: michael@0: PR_Realloc michael@0: il_BACat(char **, unsigned int, char const *, unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: ImageConsumer::OnStartRequest(nsIChannel *, nsISupports *) michael@0: michael@0: # These are really called from `static' routines in ilclient.cpp, michael@0: # *not* ImgDCallbk::CreateInstance() michael@0: michael@0: PR_Calloc michael@0: ImgDCallbk::CreateInstance(nsID const &, il_container_struct *, nsID const &, void **) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsImageGTK::Init(int, int, int, nsMaskRequirements) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsLayoutHistoryState michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsLayoutHistoryState::nsLayoutHistoryState(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsLayoutHistoryState::nsLayoutHistoryState(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsLayoutHistoryState::AddState(unsigned int, nsIPresState *, nsIStatefulFrame::StateType) michael@0: michael@0: michael@0: __builtin_new michael@0: nsVoidKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsLayoutHistoryState::AddState(unsigned int, nsIPresState *, nsIStatefulFrame::StateType) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsLayoutHistoryState::AddState(nsCString const &, nsIPresState *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsLayoutHistoryState::AddState(nsCString const &, nsIPresState *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsCookieService michael@0: # michael@0: michael@0: michael@0: PR_Realloc michael@0: Local_SACat(char **, char const *) michael@0: COOKIE_GetCookie(char *) michael@0: michael@0: michael@0: PR_Malloc michael@0: cookie_IsFromHost(_cookie_CookieStruct *, char *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewCString(nsAString const &) michael@0: COOKIE_Read(void) michael@0: nsCookieService::Init(void) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Realloc michael@0: nsMemoryImpl::Realloc(void *, unsigned int) michael@0: nsMemory::Realloc(void *, unsigned int) michael@0: nsReplacementPolicy::AssociateCacheEntryWithRecord(nsINetDataCacheRecord *, nsINetDataCache *, nsCachedNetData **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsReplacementPolicy::Init(unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsCString::SetCapacity(unsigned int) michael@0: nsCString::SetLength(unsigned int) michael@0: nsACString::do_AssignFromReadable(nsACString const &) michael@0: nsACString::do_AssignFromElementPtr(char const *) michael@0: nsHttpHeaderArray::SetHeader(nsHttpAtom, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsHTTPHandler::SetServerCapabilities(char const *, int, unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsHTTPHandler::nsHTTPHandler(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsHTTPHandler::SetServerCapabilities(char const *, int, unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: ArenaImpl::Alloc(unsigned int) michael@0: nsCachedNetData::operator new(unsigned int, nsIArena *) michael@0: michael@0: michael@0: PR_Malloc michael@0: ns4xPluginStreamListener::OnDataAvailable(nsIPluginStreamInfo *, nsIInputStream *, unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsSegmentedBuffer::AppendNewSegment(void) michael@0: michael@0: michael@0: PL_strndup michael@0: ExtractString michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: __17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii michael@0: nsJAR::nsJAR(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int) michael@0: nsJAR::nsJAR(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewCString(nsACString const &) michael@0: nsIOService::ResolveRelativePath(char const *, char const *, char **) michael@0: nsJARURI::SetSpec(char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsStreamConverterService::Init(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsLayoutUtils::GetDynamicScriptContext(JSContext *, nsIScriptContext **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsDNSService::GetLookupEntry(char const *, nsDNSLookup **) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableInit michael@0: nsDNSService::Init(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsDNSService::GetLookupEntry(char const *, nsDNSLookup **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsDNSService::Lookup(char const *, nsIDNSListener *, nsISupports *, nsIRequest **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsDNSService::GetLookupEntry(char const *, nsDNSLookup **) michael@0: michael@0: michael@0: gethostbyname2 michael@0: PR_GetIPNodeByName michael@0: nsDNSLookup::InitiateLookup(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsSupportsArray::Create(nsISupports *, nsID const &, void **) michael@0: NS_NewISupportsArray(nsISupportsArray **) michael@0: nsDNSLookup::Init(char const *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsDNSLookup::Create(char const *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsFormControlList michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsFormControlList::AddElementToTable(nsIFormControl *, basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsFormControlList::nsFormControlList(nsIDOMHTMLFormElement *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsFormControlList::AddElementToTable(nsIFormControl *, basic_nsAReadableString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsFormControlList::AddElementToTable(nsIFormControl *, basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsFormControlList::AddElementToTable(nsIFormControl *, basic_nsAReadableString const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsFormControlList::AddElementToTable(nsIFormControl *, nsAString const &) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsControllerCommandManager michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: NS_NewControllerCommandManager(nsIControllerCommandManager **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsControllerCommandManager::nsControllerCommandManager(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsControllerCommandManager::RegisterCommand(nsAString const &, nsIControllerCommand *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsControllerCommandManager::RegisterCommand(unsigned short const *, nsIControllerCommand *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsControllerCommandManager::RegisterCommand(unsigned short const *, nsIControllerCommand *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsSupportsHashtable::nsSupportsHashtable(unsigned int, int) michael@0: nsControllerCommandManager::nsControllerCommandManager(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsConsoleService::nsConsoleService(void) michael@0: michael@0: michael@0: __builtin_new michael@0: mozilla::dom::Element::GetDOMSlots(void) michael@0: michael@0: michael@0: __builtin_new michael@0: HTMLAttribute::CopyHTMLAttributes(HTMLAttribute *, HTMLAttribute **) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # HTMLAttributesImpl michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: HTMLAttributesImpl::SetAttributeFor(nsIAtom *, nsAString const &, int, nsIHTMLContent *, nsIHTMLStyleSheet *) michael@0: michael@0: michael@0: __builtin_new michael@0: HTMLAttributesImpl::SetAttributeFor(nsIAtom *, nsHTMLValue const &, int, nsIHTMLContent *, nsIHTMLStyleSheet *, int &) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: HTMLAttributesImpl::SetAttributeName(nsIAtom *, int &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsHTMLMappedAttributes::SetAttribute(nsIAtom *, nsHTMLValue const &) michael@0: HTMLAttributesImpl::SetAttributeFor(nsIAtom *, nsHTMLValue const &, int, nsIHTMLContent *, nsIHTMLStyleSheet *, int &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCRT::strndup(unsigned short const *, unsigned int) michael@0: nsCRT::strdup(unsigned short const *) michael@0: nsHTMLValue::nsHTMLValue(nsHTMLValue const &) michael@0: HTMLAttributesImpl::SetAttributeFor(nsIAtom *, nsHTMLValue const &, int, nsIHTMLContent *, nsIHTMLStyleSheet *, int &) michael@0: michael@0: michael@0: __builtin_new michael@0: nsHTMLMappedAttributes::nsHTMLMappedAttributes(nsHTMLMappedAttributes const &) michael@0: nsHTMLMappedAttributes::Clone(nsHTMLMappedAttributes **) const michael@0: HTMLAttributesImpl::EnsureSingleMappedFor(nsIHTMLContent *, nsIHTMLStyleSheet *, int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsEntityConverter::LoadVersionPropertyFile(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsTableFrame::nsTableFrame(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsTableFrame::BalanceColumnWidths(nsIPresContext *, nsHTMLReflowState const &, nsSize const &, nsSize *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsTableFrame::Init(nsIPresContext *, nsIContent *, nsIFrame *, nsIStyleContext *, nsIFrame *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsTableCellFrame::GetFrameName(nsString &) const michael@0: michael@0: michael@0: __builtin_new michael@0: nsCellMap::AppendCell(nsTableCellMap &, nsTableCellFrame &, int, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCellMap::Grow(nsTableCellMap &, int, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::nsVoidArray(int) michael@0: nsCellMap::Grow(nsTableCellMap &, int, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsTableCellMap::InsertGroupCellMap(nsTableRowGroupFrame &, nsTableRowGroupFrame *&) michael@0: michael@0: michael@0: __builtin_new michael@0: nsTableCellMap::AddColsAtEnd(unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsEncoderSupport::nsEncoderSupport(void) michael@0: michael@0: michael@0: __builtin_new michael@0: Init__18nsFrameImageLoaderP14nsIPresContextP13nsIImageGroupRC8nsStringPCUiPC6nsSizeP8nsIFrame16nsImageAnimationPFP14nsIPresContextP19nsIFrameImageLoaderP8nsIFramePvUi_UiPvT9 michael@0: michael@0: michael@0: __builtin_new michael@0: AddFrame__18nsFrameImageLoaderP8nsIFramePFP14nsIPresContextP19nsIFrameImageLoaderP8nsIFramePvUi_UiPvT3 michael@0: michael@0: michael@0: michael@0: __builtin_new michael@0: nsFloaterCacheFreeList::Alloc(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsDocLoaderImpl::AddChannelInfo(nsIChannel *) michael@0: michael@0: michael@0: __builtin_new michael@0: nsDocLoaderImpl::AddRequestInfo(nsIRequest *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::AddBucket(unsigned int) michael@0: nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int) michael@0: nsTokenAllocator::nsTokenAllocator(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: SinkContext::AddText(basic_nsAReadableString const &) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: SinkContext::GrowStack(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsScanner::Append(char const *, unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsParser::Parse(nsIURI *, nsIStreamObserver *, int, void *, nsDTDMode) michael@0: michael@0: michael@0: __builtin_new michael@0: nsParser::Parse(basic_nsAReadableString const &, void *, nsString const &, int, int, nsDTDMode) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsParser::OnDataAvailable(nsIChannel *, nsISupports *, nsIInputStream *, unsigned int, unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: InitializeElementTable(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsStorageStream::Init(unsigned int, unsigned int, nsIMemory *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsEntryStack::EnsureCapacityFor(int, int) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCacheManager::Init(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: ~.* michael@0: ~.* michael@0: basic_nsAWritableString::Assign(unsigned short const *) michael@0: nsScriptError::Init(unsigned short const *, unsigned short const *, unsigned short const *, unsigned int, unsigned int, unsigned int, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsCString::SetCapacity(unsigned int) michael@0: nsCString::SetLength(unsigned int) michael@0: ~.* michael@0: ~.* michael@0: basic_nsAWritableString::Assign(char const *) michael@0: nsScriptError::Init(unsigned short const *, unsigned short const *, unsigned short const *, unsigned int, unsigned int, unsigned int, char const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: bufio_SetBufferSize michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc michael@0: nsMemory::Alloc michael@0: ToNewUnicode michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc michael@0: nsMemory::Alloc michael@0: nsStr::Alloc michael@0: michael@0: michael@0: __builtin_new michael@0: nsDiskCacheDevice::Init(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: XULContentSinkImpl::AddAttributes(nsIParserNode const &, nsXULPrototypeElement *) michael@0: michael@0: # michael@0: # XPCNativeInterface::NewInstance allocates an array of XPCNativeMember michael@0: # objects, and it also allocates an array of bytes to use for michael@0: # XPCNativeInterface objects. Trace would be the same for each. michael@0: # michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: XPCNativeInterface::NewInstance(XPCCallContext &, nsIInterfaceInfo *) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableFinish michael@0: JS_DHashTableOperate michael@0: XPCNativeInterface::GetNewOrUsed(XPCCallContext &, nsID const *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsDiskCacheBlockFile::Open(nsILocalFile *, unsigned int) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsConflictSet michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsConflictSet::AllocBindingTable(void *, unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsConflictSet::AllocBindingEntry(void *, void const *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsConflictSet::AllocClusterTable(void *, unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsConflictSet::AllocClusterEntry(void *, void const *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsConflictSet::AllocSupportTable(void *, unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsConflictSet::AllocSupportEntry(void *, void const *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsRDFConMemberTestNode::Element::Clone(void *) const michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsRDFConInstanceTestNode::Element::Clone(void *) const michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsRDFConInstanceTestNode::FilterInstantiations(InstantiationSet &, void *) const michael@0: michael@0: michael@0: __builtin_new michael@0: MemoryElementSet::Add(MemoryElement *) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableFinish michael@0: PL_DHashTableOperate michael@0: nsTemplateMatchRefSet::AddToTable(nsTemplateMatch *) michael@0: nsTemplateMatchRefSet::Add(nsTemplateMatch const *) michael@0: nsConflictSet::Add(nsTemplateMatch *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::AddBucket(unsigned int) michael@0: nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int) michael@0: nsConflictSet::Init(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsConflictSet::SupportEntry::Create(nsFixedSizeAllocator &) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsConflictSet::ClusterEntry::Create(nsFixedSizeAllocator &) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: nsAssignmentSet::Add(nsAssignment const &) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsXULTemplateBuilder michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsXULTemplateBuilder::CompileSimpleRule(nsIContent *, int, InnerNode *) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableInit michael@0: nsXULContentBuilder::nsXULContentBuilder(void) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableInit michael@0: nsContentSupportMap::Init(void) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableFinish michael@0: PL_DHashTableOperate michael@0: nsXULContentBuilder::BuildContentFromTemplate(nsIContent *, nsIContent *, nsIContent *, int, nsIRDFResource *, int, nsTemplateMatch *, nsIContent **, int *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCRT::strndup(unsigned short const *, unsigned int) michael@0: nsCRT::strdup(unsigned short const *) michael@0: nsXULTemplateBuilder::AddBindingsFor(nsXULTemplateBuilder *, nsAString const &, void *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsRuleNetwork michael@0: # michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableInit michael@0: nsRuleNetwork::Init(void) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsTemplateRule michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsTemplateRule::AddBinding(int, nsIRDFResource *, int) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsTemplateMatch michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsAssignmentSet::Add(nsAssignment const &) michael@0: nsTemplateRule::ComputeAssignmentFor(nsConflictSet &, nsTemplateMatch *, int, Value *) const michael@0: nsTemplateMatch::GetAssignmentFor(nsConflictSet &, int, Value *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsInstantiationNode::Propagate(InstantiationSet const &, void *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsRDFConMemberTestNode::FilterInstantiations(InstantiationSet &, void *) const michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsTemplateMatch::Create(nsFixedSizeAllocator &, nsTemplateRule const *, Instantiation const &, nsAssignmentSet const &) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: ReteNodeSet::Add(ReteNode *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsStaticComponentLoader::GetModuleInfo(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: RuleHash::EnumerateAllRules(int, nsIAtom *, nsIAtom *, nsVoidArray const &, void (*)(nsICSSStyleRule *, void *), void *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: XPCNativeSet::NewInstance(XPCCallContext &, nsIInterfaceInfo *) michael@0: michael@0: michael@0: JS_DHashAllocTable michael@0: JS_DHashTableFinish michael@0: JS_DHashTableOperate michael@0: XPCNativeSet::ClearCacheEntryForClassInfo(nsIClassInfo *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: XPCNativeSet::NewInstanceMutate(XPCNativeSet *, XPCNativeInterface *, unsigned short) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsResourceSet::Add(nsIRDFResource *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsXPCWrappedJSClass::nsXPCWrappedJSClass(XPCCallContext &, nsID const &, nsIInterfaceInfo *) michael@0: michael@0: michael@0: __builtin_new michael@0: orkinHeap::Alloc(nsIMdbEnv *, unsigned int, void **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsGenericContainerElement::SetAttribute(nsINodeInfo *, nsAString const &, int) michael@0: michael@0: # michael@0: # Space for LiteralImpl is allocated using global operator new so michael@0: # that extra space can be allocated for its string value. michael@0: # michael@0: michael@0: __builtin_new michael@0: LiteralImpl::Create michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: XULContentSinkImpl::FlushText(int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCRT::strndup(unsigned short const *, unsigned int) michael@0: nsCRT::strdup(unsigned short const *) michael@0: nsString::ToNewUnicode(void) const michael@0: nsPersistentProperties::SetStringProperty(nsString const &, nsString &, nsString &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCRT::strndup(unsigned short const *, unsigned int) michael@0: nsCRT::strdup(unsigned short const *) michael@0: nsCSSValue::operator=(nsCSSValue const &) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsXULDocument michael@0: # michael@0: michael@0: michael@0: PR_Realloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsAutoVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsXULDocument::AddObserver(nsIDocumentObserver *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXULDocument::SetBoxObjectFor(nsIDOMElement *, nsIBoxObject *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXULDocument::SetTemplateBuilderFor(nsIContent *, nsIXULTemplateBuilder *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewUnicode(nsAString const &) michael@0: nsElementMap::Add(nsAString const &, nsIContent *) michael@0: nsXULDocument::AddElementToMap(nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewUnicode(nsAString const &) michael@0: nsElementMap::Add(nsAString const &, nsIContent *) michael@0: nsXULDocument::AddElementForID(nsAString const &, nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsXULTreeElement::SelectCallback(nsITimer *, void *) michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: nsElementMap::Add(nsAString const &, nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: NS_NewControllerCommandManager(nsIControllerCommandManager **) michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: nsElementMap::Add(nsAString const &, nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsElementMap::Add(nsAString const &, nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::AddBucket(unsigned int) michael@0: nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int) michael@0: nsElementMap::nsElementMap(void) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: unsigned short * AllocateStringCopy(nsAString const &, unsigned short *) michael@0: ToNewUnicode(nsAString const &) michael@0: nsElementMap::Add(nsAString const &, nsIContent *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsXULDocument::AddReference(void *, nsISupports *) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: nsXULDocument::PrepareToWalk(void) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableInit michael@0: PL_NewDHashTable michael@0: nsXULDocument::AddBroadcastListenerFor(nsIDOMElement *, nsIDOMElement *, nsAString const &) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ToNewUnicode(nsAString const &) michael@0: nsHTMLValue::nsHTMLValue(nsAString const &, nsHTMLUnit) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ExtractURLScheme michael@0: nsStdURL::Resolve(char const *, char **) michael@0: CSSParserImpl::ParseURL(int &, nsCSSValue &) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: ExtractURLScheme michael@0: nsStdURL::Resolve(char const *, char **) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsRuleNode::Transition(nsIStyleRule *, nsIRuleNode **) michael@0: nsRuleWalker::Forward(nsIStyleRule *) michael@0: michael@0: # michael@0: # Doesn't inherit nsISupports michael@0: # michael@0: michael@0: __builtin_new michael@0: nsRuleNode::Transition(nsIStyleRule *, nsIRuleNode **) michael@0: michael@0: # michael@0: # No vtable. michael@0: # michael@0: michael@0: __builtin_new michael@0: nsClassList::ParseClasses(nsClassList **, nsAString const &) michael@0: michael@0: # michael@0: # Doesn't inherit nsISupports michael@0: # michael@0: michael@0: __builtin_new michael@0: nsCheapVoidArray::SwitchToVector(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsEventListenerManager::GetListenersByType(EventArrayType, nsHashKey *, int) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *) michael@0: nsHashtable::nsHashtable(unsigned int, int) michael@0: nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int) michael@0: nsServiceManagerImpl::nsServiceManagerImpl(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXPIDLCString::PrepareForUseAsOutParam(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsXBLBinding::InitClass michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: InMemoryDataSource::LockedAssert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsRuleNode michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **) michael@0: nsRuleNode::Transition(nsIStyleRule *, nsIRuleNode **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AppendFromReadable(nsAString const &) michael@0: nsAString::do_AppendFromElementPtr(unsigned short const *) michael@0: nsRuleNode::ComputeDisplayData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AppendFromReadable(nsAString const &) michael@0: nsAString::do_AppendFromElementPtr(unsigned short const *) michael@0: nsRuleNode::ComputeBackgroundData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AppendFromReadable(nsAString const &) michael@0: nsAString::do_AppendFromElementPtr(unsigned short const *) michael@0: nsRuleNode::ComputeListData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: # This stuff will only show off if you've turned off the FrameArena michael@0: # in nsPresShell.cpp michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeOutlineData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeContentData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeTableData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeUIResetData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeXULData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::SetDefaultOnRoot(nsStyleStructID, nsIStyleContext *) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeListData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeTextData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeTextResetData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputePaddingData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeFontData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeVisibilityData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeColorData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsBookmarksService michael@0: # michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableFinish michael@0: PL_DHashTableOperate michael@0: InMemoryDataSource::LockedAssert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int) michael@0: InMemoryDataSource::Assert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int) michael@0: BookmarkParser::updateAtom(nsIRDFDataSource *, nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nsFixedSizeAllocator::Alloc(unsigned int) michael@0: Assertion::Create(nsFixedSizeAllocator &, nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int) michael@0: InMemoryDataSource::LockedAssert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int) michael@0: InMemoryDataSource::Assert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int) michael@0: BookmarkParser::updateAtom(nsIRDFDataSource *, nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # The following types will only be visible if nsPresShell.cpp is compiled michael@0: # with the DEBUG_TRACEMALLOC_FRAMEARENA defined. michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsStyleContext::SetStyle(nsStyleStructID, nsStyleStruct const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsStyleBorder::operator new(unsigned int, nsIPresContext *) michael@0: michael@0: # XXX This one is a bit sloppy, and may include some of the other michael@0: # style data structs. michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeDisplayData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsStyleContext::SetStyle(nsStyleStructID, nsStyleStruct const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeBorderData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeUIData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputePositionData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsStylePadding::operator new(unsigned int, nsIPresContext *) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsStyleMargin::operator new(unsigned int, nsIPresContext *) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeBackgroundData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsStyleBackground::nsStyleBackground(nsStyleBackground const &) michael@0: michael@0: # XXX this'll may be subsumed as nsResetStyleData michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsRuleNode::ComputeDisplayData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: nsStyleDisplay::nsStyleDisplay(nsStyleDisplay const &) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # The following will only show up if you turn off the FrameArena michael@0: # in nsPresShell.cpp michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsStyleContext::GetUniqueStyleData(nsIPresContext *, nsStyleStructID const &) michael@0: michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsPresContext::AllocateFromShell(unsigned int, void **) michael@0: nsStyleFont::operator new(unsigned int, nsIPresContext *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # Frames michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsLineBox::SetCombinedArea(nsRect const &) michael@0: michael@0: # This will only appear when the FrameArena is off. michael@0: michael@0: PR_Malloc michael@0: FrameArena::AllocateFrame(unsigned int, void **) michael@0: PresShell::AllocateFrame(unsigned int, void **) michael@0: nsLineBox::operator new(unsigned int, nsIPresShell *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsCacheService michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: nsCacheService::ActivateEntry(nsCacheRequest *, nsCacheEntry **) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCacheEntry::CreateDescriptor(nsCacheRequest *, int, nsICacheEntryDescriptor **) michael@0: nsCacheService::ProcessRequest(nsCacheRequest *, int, nsICacheEntryDescriptor **) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsCString::SetCapacity(unsigned int) michael@0: nsCString::SetLength(unsigned int) michael@0: nsACString::do_AppendFromReadable(nsACString const &) michael@0: nsACString::do_AppendFromElementPtr(char const *) michael@0: nsCacheService::CreateRequest(nsCacheSession *, char const *, int, int, nsICacheListener *, nsCacheRequest **) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableFinish michael@0: PL_DHashTableOperate michael@0: nsCacheEntryHashTable::AddEntry(nsCacheEntry *) michael@0: nsCacheService::ActivateEntry(nsCacheRequest *, nsCacheEntry **) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableFinish michael@0: PL_DHashTableOperate michael@0: nsCacheEntryHashTable::RemoveEntry(nsCacheEntry *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableInit michael@0: nsCacheMetaData::Init(void) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsXMLMIMEDataSource michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaFinish michael@0: PL_HashTableRawAdd michael@0: PL_HashTableAdd michael@0: nsXMLMIMEDataSource::InitFromFile(nsIFile *) michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsXMLMIMEDataSource::AddMapping(char const *, char const *, char const *, nsIURI *, unsigned int, unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: nsTArray::InsertElementAt(int, nsCString const &) michael@0: nsXMLMIMEDataSource::AddMapping(char const *, char const *, char const *, nsIURI *, unsigned int, unsigned int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: nsXMLMIMEDataSource::AddMapping(char const *, char const *, char const *, nsIURI *, unsigned int, unsigned int) michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsCStringKey::Clone(void) const michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsXMLMIMEDataSource::AddMapping(char const *, char const *, char const *, nsIURI *, unsigned int, unsigned int) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsRegion michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: RgnRectMemoryAllocator::RgnRectMemoryAllocator(unsigned int) michael@0: nsRegion::Offset(int, int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: RgnRectMemoryAllocator::Alloc(void) michael@0: nsRegion::Or(nsRegion const &, nsRectFast const &) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: RgnRectMemoryAllocator::Alloc(void) michael@0: nsRegion::SetToElements(unsigned int) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsCharsetMenu michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: nsCharsetConverterManager::GetRegistryEnumeration2(char *, int, nsISupportsArray **) michael@0: nsCharsetConverterManager::GetEncoderList(nsISupportsArray **) michael@0: nsCharsetMenu::InitResources(void) michael@0: michael@0: michael@0: __builtin_new michael@0: nsCharsetMenu::AddCharsetToItemArray(nsVoidArray *, nsIAtom *, nsMenuEntry **, int) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: nsCharsetConverterManager::GetRegistryEnumeration2(char *, int, nsISupportsArray **) michael@0: nsCharsetConverterManager::GetDecoderList(nsISupportsArray **) michael@0: nsCharsetMenu::InitResources(void) michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: InMemoryDataSource::AddObserver(nsIRDFObserver *) michael@0: nsCharsetMenu::AddObserver(nsIRDFObserver *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsLoadGroup michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: nsLoadGroup::AddRequest(nsIRequest *, nsISupports *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # Wallet michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: Wallet_Decrypt2 michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::AssignFromReadable(nsAString const &) michael@0: Wallet_RandomName michael@0: michael@0: michael@0: PR_Malloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: Wallet_RandomName michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: Wallet_Decrypt2 michael@0: michael@0: michael@0: __builtin_new michael@0: Wallet_RandomName michael@0: michael@0: michael@0: PR_Realloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: Wallet_Decrypt2 michael@0: michael@0: michael@0: PR_Realloc michael@0: nsVoidArray::SizeTo(int) michael@0: nsVoidArray::GrowArrayBy(int) michael@0: nsVoidArray::InsertElementAt(void *, int) michael@0: Wallet_RandomName michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsMemoryCacheDevice michael@0: # michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableFinish michael@0: PL_DHashTableOperate michael@0: nsCacheEntryHashTable::RemoveEntry(nsCacheEntry *) michael@0: nsMemoryCacheDevice::EvictEntry(nsCacheEntry *) michael@0: michael@0: #---------------------------------------------------------------------- michael@0: # michael@0: # nsSHEntry michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: nsMemoryImpl::Alloc(unsigned int) michael@0: nsMemory::Alloc(unsigned int) michael@0: nsStr::Alloc(nsStr &, unsigned int) michael@0: nsStr::Realloc(nsStr &, unsigned int) michael@0: nsStr::EnsureCapacity(nsStr &, unsigned int) michael@0: nsStr::GrowCapacity(nsStr &, unsigned int) michael@0: nsString::SetCapacity(unsigned int) michael@0: nsString::SetLength(unsigned int) michael@0: nsAString::do_AssignFromReadable(nsAString const &) michael@0: nsAString::do_AssignFromElementPtr(unsigned short const *) michael@0: nsSHEntry::SetTitle(unsigned short const *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_HashTableFinalize(PLHashTable *) michael@0: PL_HashTableRawAdd michael@0: nsHashtable::Put(nsHashKey *, void *) michael@0: nsOutlinerStyleCache::GetStyleContext(nsICSSPseudoComparator *, nsIPresContext *, nsIContent *, nsIStyleContext *, nsIAtom *, nsISupportsArray *, nsIStyleContext **) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsMsgDatabase michael@0: # michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableFinish michael@0: PL_DHashTableOperate michael@0: nsMsgDatabase::AddHdrToCache(nsIMsgDBHdr *, unsigned int) michael@0: michael@0: michael@0: PL_DHashAllocTable michael@0: PL_DHashTableFinish michael@0: PL_DHashTableOperate michael@0: nsMsgDatabase::AddHdrToUseCache(nsIMsgDBHdr *, unsigned int) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # nsMsgFolderDataSource michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: nsMsgFolderDataSource::getFolderArcLabelsOut(nsISupportsArray **) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # singsign michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: SI_DeletePersistentUserData michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # LocalStoreImpl michael@0: # michael@0: michael@0: michael@0: __builtin_new michael@0: __builtin_vec_new michael@0: nsSupportsArray::GrowArrayBy(int) michael@0: nsSupportsArray::InsertElementAt(nsISupports *, unsigned int) michael@0: nsSupportsArray::AppendElement(nsISupports *) michael@0: LocalStoreImpl::AddObserver(nsIRDFObserver *) michael@0: michael@0: # ---------------------------------------------------------------------- michael@0: # michael@0: # NSS michael@0: # michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: PORT_ArenaAlloc michael@0: michael@0: michael@0: PR_Malloc michael@0: PL_ArenaAllocate michael@0: nss_ZAlloc