tools/trace-malloc/types.dat

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tools/trace-malloc/types.dat	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,5842 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +# This file contains type inference information that is intended to be
     1.9 +# used with TraceMalloc.pm. The format of the file is:
    1.10 +#
    1.11 +#   <InferredType>
    1.12 +#   Stack1
    1.13 +#   Stack2
    1.14 +#   ...
    1.15 +#   StackN
    1.16 +#
    1.17 +# Where Stack1...StackN imply that the object's type is
    1.18 +# InferredType. Note that in many cases, we'll ``roll up'' storage
    1.19 +# that's part of an object's implementation into the object itself.
    1.20 +
    1.21 +# Here's a handy regexp for cleaning up strings copied from the
    1.22 +# uncategorized file:
    1.23 +#
    1.24 +#   \(^ *([0-9]+) \|\[.*\]$\)
    1.25 +#
    1.26 +
    1.27 +#----------------------------------------------------------------------
    1.28 +
    1.29 +<nsStringRecycler>
    1.30 +__builtin_new
    1.31 +__builtin_vec_new
    1.32 +nsDeque::GrowCapacity(void)
    1.33 +nsDeque::Push(void *)
    1.34 +nsStringRecycler::Recycle(nsString *)
    1.35 +
    1.36 +#----------------------------------------------------------------------
    1.37 +#
    1.38 +# AtomImpl
    1.39 +#
    1.40 +
    1.41 +# Give AtomImpl objects the memory they allocate for storage
    1.42 +<AtomImpl>
    1.43 +__builtin_new
    1.44 +AtomImpl::operator new(unsigned int, basic_nsAReadableString<unsigned short> const &)
    1.45 +
    1.46 +# Give AtomImpl objects the memory allocated for their table
    1.47 +<AtomImpl>
    1.48 +PL_DHashAllocTable
    1.49 +PL_DHashTableFinish
    1.50 +PL_DHashTableOperate
    1.51 +NS_NewPermanentAtom(char const *)
    1.52 +NS_NewAtom(nsAString const &)
    1.53 +
    1.54 +<AtomImpl>
    1.55 +PR_Malloc
    1.56 +PL_ArenaFinish
    1.57 +PL_HashTableRawAdd
    1.58 +NS_NewAtom(nsAString const &)
    1.59 +NS_NewAtom(char const *)
    1.60 +
    1.61 +<AtomImpl>
    1.62 +PR_Malloc
    1.63 +PL_ArenaFinish
    1.64 +PL_HashTableRawAdd
    1.65 +NS_NewAtom(nsAString const &)
    1.66 +NS_NewAtom(unsigned short const *)
    1.67 +
    1.68 +#----------------------------------------------------------------------
    1.69 +
    1.70 +<nsCSSSelector>
    1.71 +PR_Malloc
    1.72 +nsMemoryImpl::Alloc(unsigned int)
    1.73 +nsMemory::Alloc(unsigned int)
    1.74 +nsStr::Alloc(nsStr &, unsigned int)
    1.75 +nsStr::Realloc(nsStr &, unsigned int)
    1.76 +nsStr::EnsureCapacity(nsStr &, unsigned int)
    1.77 +nsStr::GrowCapacity(nsStr &, unsigned int)
    1.78 +nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int)
    1.79 +nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int)
    1.80 +nsString::nsString(nsString const &)
    1.81 +nsAttrSelector::nsAttrSelector(nsAttrSelector const &)
    1.82 +nsCSSSelector::nsCSSSelector(nsCSSSelector const &)
    1.83 +
    1.84 +<nsCSSSelector>
    1.85 +PR_Malloc
    1.86 +nsMemoryImpl::Alloc(unsigned int)
    1.87 +nsMemory::Alloc(unsigned int)
    1.88 +nsStr::Alloc(nsStr &, unsigned int)
    1.89 +nsStr::Realloc(nsStr &, unsigned int)
    1.90 +nsStr::EnsureCapacity(nsStr &, unsigned int)
    1.91 +nsStr::GrowCapacity(nsStr &, unsigned int)
    1.92 +nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int)
    1.93 +nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int)
    1.94 +nsString::nsString(nsString const &)
    1.95 +nsAttrSelector::nsAttrSelector(nsAttrSelector const &)
    1.96 +nsAttrSelector::nsAttrSelector(nsAttrSelector const &)
    1.97 +nsCSSSelector::nsCSSSelector(nsCSSSelector const &)
    1.98 +
    1.99 +<nsCSSRule>
   1.100 +__builtin_new
   1.101 +nsCSSRule::operator new(unsigned int)
   1.102 +
   1.103 +#----------------------------------------------------------------------
   1.104 +#
   1.105 +# CSSLoaderImpl
   1.106 +#
   1.107 +
   1.108 +<CSSLoaderImpl>
   1.109 +PR_Malloc
   1.110 +PL_HashTableFinalize(PLHashTable *)
   1.111 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
   1.112 +nsHashtable::nsHashtable(unsigned int, int)
   1.113 +CSSLoaderImpl::CSSLoaderImpl(void)
   1.114 +
   1.115 +<CSSLoaderImpl>
   1.116 +PR_Malloc
   1.117 +nsMemoryImpl::Alloc(unsigned int)
   1.118 +nsMemory::Alloc(unsigned int)
   1.119 +nsStr::Alloc(nsStr &, unsigned int)
   1.120 +nsStr::Realloc(nsStr &, unsigned int)
   1.121 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.122 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.123 +nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int)
   1.124 +nsString::AppendWithConversion(char const *, int)
   1.125 +nsString::AssignWithConversion(char const *)
   1.126 +CSSLoaderImpl::SetCharset(nsString const &)
   1.127 +
   1.128 +<CSSLoaderImpl>
   1.129 +PL_strdup
   1.130 +URLKey::Clone(void) const
   1.131 +nsHashtable::Put(nsHashKey *, void *)
   1.132 +CSSLoaderImpl::SheetComplete(nsICSSStyleSheet *, SheetLoadData *)
   1.133 +
   1.134 +#----------------------------------------------------------------------
   1.135 +
   1.136 +<CSSNameSpaceRuleImpl>
   1.137 +PR_Malloc
   1.138 +nsMemoryImpl::Alloc(unsigned int)
   1.139 +nsMemory::Alloc(unsigned int)
   1.140 +nsStr::Alloc(nsStr &, unsigned int)
   1.141 +nsStr::Realloc(nsStr &, unsigned int)
   1.142 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.143 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.144 +nsString::SetCapacity(unsigned int)
   1.145 +nsString::SetLength(unsigned int)
   1.146 +nsAString::do_AssignFromReadable(nsAString const &)
   1.147 +nsAString::AssignFromReadable(nsAString const &)
   1.148 +CSSNameSpaceRuleImpl::SetURLSpec(nsString const &)
   1.149 +
   1.150 +#----------------------------------------------------------------------
   1.151 +#
   1.152 +# nsFont
   1.153 +#
   1.154 +
   1.155 +<nsFont>
   1.156 +PR_Malloc
   1.157 +nsMemoryImpl::Alloc(unsigned int)
   1.158 +nsMemory::Alloc(unsigned int)
   1.159 +nsStr::Alloc(nsStr &, unsigned int)
   1.160 +nsStr::Realloc(nsStr &, unsigned int)
   1.161 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.162 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.163 +nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int)
   1.164 +nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int)
   1.165 +nsString::nsString(nsString const &)
   1.166 +nsFont::nsFont(nsFont const &)
   1.167 +
   1.168 +<nsFont>
   1.169 +PR_Malloc
   1.170 +nsMemoryImpl::Alloc(unsigned int)
   1.171 +nsMemory::Alloc(unsigned int)
   1.172 +nsStr::Alloc(nsStr &, unsigned int)
   1.173 +nsStr::Realloc(nsStr &, unsigned int)
   1.174 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.175 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.176 +nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int)
   1.177 +nsString::AppendWithConversion(char const *, int)
   1.178 +nsString::AssignWithConversion(char const *)
   1.179 +nsFont::nsFont(char const *, unsigned char, unsigned char, unsigned short, unsigned char, int, float)
   1.180 +
   1.181 +#----------------------------------------------------------------------
   1.182 +
   1.183 +<CSSImportantRule>
   1.184 +PR_Malloc
   1.185 +nsMemoryImpl::Alloc(unsigned int)
   1.186 +nsMemory::Alloc(unsigned int)
   1.187 +nsStr::Alloc(nsStr &, unsigned int)
   1.188 +nsStr::Realloc(nsStr &, unsigned int)
   1.189 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.190 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.191 +nsString::SetCapacity(unsigned int)
   1.192 +nsString::SetLength(unsigned int)
   1.193 +nsAString::do_AssignFromReadable(nsAString const &)
   1.194 +nsAString::AssignFromReadable(nsAString const &)
   1.195 +CSSImportRuleImpl::SetURLSpec(nsString const &)
   1.196 +
   1.197 +<nsClassList>
   1.198 +__builtin_new
   1.199 +nsClassList::ParseClasses(nsClassList **, basic_nsAReadableString<unsigned short> const &)
   1.200 +
   1.201 +# ----------------------------------------------------------------------
   1.202 +#
   1.203 +# nsLocalFile
   1.204 +#
   1.205 +
   1.206 +<nsLocalFile>
   1.207 +__builtin_new
   1.208 +nsLocalFile::Clone(nsIFile **)
   1.209 +
   1.210 +<nsLocalFile>
   1.211 +PR_Malloc
   1.212 +_PR_Getfd
   1.213 +PR_GetConnectStatus
   1.214 +PR_OpenFile
   1.215 +PR_Open
   1.216 +nsLocalFile::OpenNSPRFileDesc(int, int, PRFileDesc **)
   1.217 +
   1.218 +<nsLocalFile>
   1.219 +PR_Calloc
   1.220 +PR_LoadLibrary
   1.221 +PR_LoadLibraryWithFlags
   1.222 +PR_LoadLibrary
   1.223 +nsLocalFile::Load(PRLibrary **)
   1.224 +
   1.225 +<nsLocalFile>
   1.226 +__strdup
   1.227 +PR_LoadLibrary
   1.228 +PR_LoadLibraryWithFlags
   1.229 +PR_LoadLibrary
   1.230 +nsLocalFile::Load(PRLibrary **)
   1.231 +
   1.232 +<nsLocalFile>
   1.233 +PR_Malloc
   1.234 +nsMemoryImpl::Alloc(unsigned int)
   1.235 +nsMemory::Alloc(unsigned int)
   1.236 +ToNewCString(nsACString const &)
   1.237 +nsLocalFile::AppendRelativePath(char const *)
   1.238 +
   1.239 +<nsLocalFile>
   1.240 +PR_Malloc
   1.241 +nsMemoryImpl::Alloc(unsigned int)
   1.242 +nsMemory::Clone(void const *, unsigned int)
   1.243 +nsLocalFile::InitWithPath(char const *)
   1.244 +
   1.245 +<nsLocalFile>
   1.246 +PL_strdup
   1.247 +nsLocalFile::ParseURL(char const *, char **, char **, char **, char **)
   1.248 +
   1.249 +# ----------------------------------------------------------------------
   1.250 +
   1.251 +<nsXULAttribute>
   1.252 +__builtin_new
   1.253 +nsXULAttribute::operator new(unsigned int)
   1.254 +
   1.255 +<nsXULAttribute>
   1.256 +PR_Malloc
   1.257 +nsMemoryImpl::Alloc(unsigned int)
   1.258 +nsMemory::Alloc(unsigned int)
   1.259 +unsigned short * AllocateStringCopy<nsAString, unsigned short>(nsAString const &, unsigned short *)
   1.260 +ToNewUnicode(nsAString const &)
   1.261 +nsXULAttributeValue::SetValue(nsAString const &, int)
   1.262 +
   1.263 +<nsXULAttribute::mValue>
   1.264 +PR_Malloc
   1.265 +nsMemoryImpl::Alloc(unsigned int)
   1.266 +nsMemory::Alloc(unsigned int)
   1.267 +ToNewUnicode(nsAString const &)
   1.268 +nsXULAttributeValue::SetValue(nsAString const &, int)
   1.269 +
   1.270 +<nsXULAttributes>
   1.271 +__builtin_new
   1.272 +nsXULAttributes::Create(nsIContent *, nsXULAttributes **)
   1.273 +
   1.274 +<nsXULAttributes>
   1.275 +PR_Malloc
   1.276 +PL_ArenaFinish
   1.277 +PL_HashTableRawAdd
   1.278 +NS_NewAtom(nsAString const &)
   1.279 +NS_NewAtom(unsigned short const *)
   1.280 +nsClassList::ParseClasses(nsClassList **, nsAString const &)
   1.281 +nsXULAttributes::UpdateClassList(nsAString const &)
   1.282 +
   1.283 +<nsXULElement>
   1.284 +__builtin_new
   1.285 +nsXULElement::Create(nsINodeInfo *, nsIContent **)
   1.286 +
   1.287 +<nsXULElement>
   1.288 +PR_Realloc
   1.289 +nsVoidArray::SizeTo(int)
   1.290 +nsAutoVoidArray::SizeTo(int)
   1.291 +nsVoidArray::GrowArrayBy(int)
   1.292 +nsVoidArray::InsertElementAt(void *, int)
   1.293 +nsXULElement::EnsureSlots(void)
   1.294 +
   1.295 +<nsXULElement>
   1.296 +PR_Realloc
   1.297 +nsVoidArray::SizeTo(int)
   1.298 +nsVoidArray::GrowArrayBy(int)
   1.299 +nsVoidArray::InsertElementAt(void *, int)
   1.300 +nsXULElement::AppendChildTo(nsIContent *, int, int)
   1.301 +
   1.302 +<nsXULElement>
   1.303 +__builtin_new
   1.304 +nsXULElement::EnsureSlots(void)
   1.305 +
   1.306 +<nsXULElement>
   1.307 +PR_Malloc
   1.308 +nsVoidArray::SizeTo(int)
   1.309 +nsVoidArray::GrowArrayBy(int)
   1.310 +nsVoidArray::InsertElementAt(void *, int)
   1.311 +nsXULElement::AppendChildTo(nsIContent *, int, int)
   1.312 +
   1.313 +<nsXULElement>
   1.314 +PR_Malloc
   1.315 +nsVoidArray::SizeTo(int)
   1.316 +nsAutoVoidArray::SizeTo(int)
   1.317 +nsVoidArray::GrowArrayBy(int)
   1.318 +nsVoidArray::InsertElementAt(void *, int)
   1.319 +nsXULElement::EnsureSlots(void)
   1.320 +
   1.321 +<nsXULElement>
   1.322 +PR_Malloc
   1.323 +nsVoidArray::SizeTo(int)
   1.324 +nsVoidArray::GrowArrayBy(int)
   1.325 +nsVoidArray::InsertElementAt(void *, int)
   1.326 +nsXULElement::AddBroadcastListener(nsAString const &, nsIDOMElement *)
   1.327 +
   1.328 +<sscanf>
   1.329 +iconv_close
   1.330 +
   1.331 +<sscanf>
   1.332 +tsearch
   1.333 +
   1.334 +<CSSDeclarationImpl>
   1.335 +PR_Realloc
   1.336 +nsVoidArray::SizeTo(int)
   1.337 +nsAutoVoidArray::SizeTo(int)
   1.338 +nsVoidArray::GrowArrayBy(int)
   1.339 +nsVoidArray::InsertElementAt(void *, int)
   1.340 +CSSDeclarationImpl::AppendValue(nsCSSProperty, nsCSSValue const &)
   1.341 +
   1.342 +<CSSDeclarationImpl>
   1.343 +__builtin_new
   1.344 +CSSDeclarationImpl::AppendValue(nsCSSProperty, nsCSSValue const &)
   1.345 +
   1.346 +<CSSDeclarationImpl>
   1.347 +__builtin_new
   1.348 +CSSDeclarationImpl::SetValueImportant(nsCSSProperty)
   1.349 +
   1.350 +<CSSDeclarationImpl>
   1.351 +__builtin_new
   1.352 +CSSDeclarationImpl::operator new(unsigned int)
   1.353 +
   1.354 +<CSSDeclarationImpl>
   1.355 +PR_Malloc
   1.356 +nsVoidArray::SizeTo(int)
   1.357 +nsAutoVoidArray::SizeTo(int)
   1.358 +nsVoidArray::GrowArrayBy(int)
   1.359 +nsVoidArray::InsertElementAt(void *, int)
   1.360 +CSSDeclarationImpl::AppendValue(nsCSSProperty, nsCSSValue const &)
   1.361 +
   1.362 +<nsVoidArray>
   1.363 +__builtin_new
   1.364 +__builtin_vec_new
   1.365 +nsVoidArray::InsertElementAt(void *, int)
   1.366 +
   1.367 +<nsVoidArray>
   1.368 +__builtin_new
   1.369 +__builtin_vec_new
   1.370 +nsVoidArray::nsVoidArray(int)
   1.371 +
   1.372 +<nsVoidArray>
   1.373 +__builtin_new
   1.374 +__builtin_vec_new
   1.375 +nsVoidArray::Compact(void)
   1.376 +
   1.377 +<nsVoidArray>
   1.378 +__builtin_new
   1.379 +__builtin_vec_new
   1.380 +nsVoidArray::ReplaceElementAt(void *, int)
   1.381 +
   1.382 +<nsGenericHTMLContainerElement>
   1.383 +__builtin_new
   1.384 +nsCheapVoidArray::SwitchToVector(void)
   1.385 +nsCheapVoidArray::AppendElement(void *)
   1.386 +nsGenericHTMLContainerElement::AppendChildTo(nsIContent *, int)
   1.387 +
   1.388 +<nsGenericHTMLContainerElement>
   1.389 +PR_Malloc
   1.390 +nsVoidArray::SizeTo(int)
   1.391 +nsAutoVoidArray::SizeTo(int)
   1.392 +nsVoidArray::Compact(void)
   1.393 +nsAutoVoidArray::Compact(void)
   1.394 +nsCheapVoidArray::Compact(void)
   1.395 +nsGenericHTMLContainerElement::Compact(void)
   1.396 +
   1.397 +<nsGenericHTMLContainerElement>
   1.398 +PR_Malloc
   1.399 +nsVoidArray::SizeTo(int)
   1.400 +nsAutoVoidArray::SizeTo(int)
   1.401 +nsVoidArray::GrowArrayBy(int)
   1.402 +nsVoidArray::InsertElementAt(void *, int)
   1.403 +nsCheapVoidArray::AppendElement(void *)
   1.404 +nsGenericHTMLContainerElement::AppendChildTo(nsIContent *, int, int)
   1.405 +
   1.406 +<nsGenericHTMLContainerElement>
   1.407 +PR_Realloc
   1.408 +nsVoidArray::SizeTo(int)
   1.409 +nsAutoVoidArray::SizeTo(int)
   1.410 +nsVoidArray::GrowArrayBy(int)
   1.411 +nsVoidArray::InsertElementAt(void *, int)
   1.412 +nsCheapVoidArray::AppendElement(void *)
   1.413 +nsGenericHTMLContainerElement::AppendChildTo(nsIContent *, int, int)
   1.414 +
   1.415 +<nsGenericAttribute>
   1.416 +PR_Malloc
   1.417 +nsMemoryImpl::Alloc(unsigned int)
   1.418 +nsMemory::Alloc(unsigned int)
   1.419 +nsStr::Alloc(nsStr &, unsigned int)
   1.420 +nsStr::Realloc(nsStr &, unsigned int)
   1.421 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.422 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.423 +nsString::SetCapacity(unsigned int)
   1.424 +nsString::SetLength(unsigned int)
   1.425 +~.*
   1.426 +~.*
   1.427 +basic_nsAWritableString<unsigned short>::Assign(basic_nsAReadableString<unsigned short> const &)
   1.428 +nsString::nsString(basic_nsAReadableString<unsigned short> const &)
   1.429 +nsGenericAttribute::nsGenericAttribute(nsINodeInfo *, basic_nsAReadableString<unsigned short> const &)
   1.430 +
   1.431 +<nsSupportsArray>
   1.432 +__builtin_new
   1.433 +__builtin_vec_new
   1.434 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
   1.435 +
   1.436 +<nsSupportsArray>
   1.437 +__builtin_new
   1.438 +nsSupportsArray::Create(nsISupports *, nsID const &, void **)
   1.439 +
   1.440 +<nsZipArchive>
   1.441 +__builtin_new
   1.442 +__builtin_vec_new
   1.443 +nsZipArchive::BuildFileList(void)
   1.444 +
   1.445 +<nsZipArchive>
   1.446 +PR_Malloc
   1.447 +nsMemoryImpl::Alloc(unsigned int)
   1.448 +nsMemory::Alloc(unsigned int)
   1.449 +nsCStringKey::Clone(void) const
   1.450 +nsHashtable::Put(nsHashKey *, void *)
   1.451 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
   1.452 +nsZipReaderCache::GetZip(nsIFile *, nsIZipReader **)
   1.453 +
   1.454 +<InMemoryDataSource>
   1.455 +__builtin_new
   1.456 +__builtin_vec_new
   1.457 +InMemoryDataSource::AllocTable(void *, unsigned int)
   1.458 +
   1.459 +<InMemoryDataSource>
   1.460 +PL_DHashAllocTable
   1.461 +PL_DHashTableFinish
   1.462 +PL_DHashTableOperate
   1.463 +InMemoryDataSource::LockedAssert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int)
   1.464 +
   1.465 +<InMemoryDataSource>
   1.466 +PR_Malloc
   1.467 +PL_ArenaAllocate
   1.468 +nsFixedSizeAllocator::AddBucket(unsigned int)
   1.469 +nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int)
   1.470 +InMemoryDataSource::InMemoryDataSource(nsISupports *)
   1.471 +
   1.472 +<InMemoryDataSource>
   1.473 +PR_Malloc
   1.474 +PL_ArenaAllocate
   1.475 +nsFixedSizeAllocator::Alloc(unsigned int)
   1.476 +InMemoryDataSource::AllocEntry(void *, void const *)
   1.477 +
   1.478 +<InMemoryDataSource>
   1.479 +PR_Malloc
   1.480 +PL_ArenaAllocate
   1.481 +nsFixedSizeAllocator::Alloc(unsigned int)
   1.482 +Assertion::operator new(unsigned int, nsFixedSizeAllocator &)
   1.483 +
   1.484 +<InMemoryDataSource>
   1.485 +PR_Malloc
   1.486 +PL_ArenaAllocate
   1.487 +nsFixedSizeAllocator::Alloc(unsigned int)
   1.488 +InMemoryDataSource::AllocEntry(void *, void const *)
   1.489 +PL_HashTableRawAdd
   1.490 +PL_HashTableAdd
   1.491 +InMemoryDataSource::SetReverseArcs(nsIRDFNode *, Assertion *)
   1.492 +
   1.493 +<InMemoryDataSource>
   1.494 +PR_Malloc
   1.495 +PL_ArenaAllocate
   1.496 +nsFixedSizeAllocator::Alloc(unsigned int)
   1.497 +InMemoryDataSource::AllocEntry(void *, void const *)
   1.498 +PL_HashTableRawAdd
   1.499 +PL_HashTableAdd
   1.500 +InMemoryDataSource::SetForwardArcs(nsIRDFResource *, Assertion *)
   1.501 +
   1.502 +<InMemoryDataSource>
   1.503 +PL_DHashAllocTable
   1.504 +PL_DHashTableInit
   1.505 +InMemoryDataSource::Init(void)
   1.506 +
   1.507 +<RDFXMLDataSource>
   1.508 +PR_Malloc
   1.509 +nsMemoryImpl::Alloc(unsigned int)
   1.510 +nsMemory::Alloc(unsigned int)
   1.511 +nsStr::Alloc(nsStr &, unsigned int)
   1.512 +nsStr::Realloc(nsStr &, unsigned int)
   1.513 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.514 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.515 +nsString::SetCapacity(unsigned int)
   1.516 +nsString::SetLength(unsigned int)
   1.517 +nsAString::do_AssignFromReadable(nsAString const &)
   1.518 +nsAString::AssignFromReadable(nsAString const &)
   1.519 +nsString::nsString(nsAString const &)
   1.520 +nsNameSpaceMap::Put(nsAString const &, nsIAtom *)
   1.521 +RDFXMLDataSourceImpl::AddNameSpace(nsIAtom *, nsString const &)
   1.522 +
   1.523 +<xptiTypelibGuts>
   1.524 +__builtin_new
   1.525 +__builtin_vec_new
   1.526 +xptiTypelibGuts::xptiTypelibGuts(XPTHeader *)
   1.527 +
   1.528 +# ----------------------------------------------------------------------
   1.529 +#
   1.530 +# nsPluginTag
   1.531 +#
   1.532 +
   1.533 +<nsPluginTag>
   1.534 +__builtin_new
   1.535 +__builtin_vec_new
   1.536 +nsPluginTag::nsPluginTag(nsPluginInfo *)
   1.537 +
   1.538 +<nsPluginTag>
   1.539 +__builtin_new
   1.540 +__builtin_vec_new
   1.541 +new_str(char const *)
   1.542 +nsPluginTag::nsPluginTag(nsPluginInfo *)
   1.543 +
   1.544 +<nsPluginTag>
   1.545 +__builtin_new
   1.546 +__builtin_vec_new
   1.547 +nsPluginTag::nsPluginTag(char const *, char const *, char const *, char const *, char const *const *, char const *const *, char const *const *, int, long long)
   1.548 +
   1.549 +<nsPluginTag>
   1.550 +__builtin_new
   1.551 +__builtin_vec_new
   1.552 +nsPluginTag::nsPluginTag(nsPluginTag *)
   1.553 +
   1.554 +#----------------------------------------------------------------------
   1.555 +#
   1.556 +# nsXBLInsertionPoint
   1.557 +#
   1.558 +
   1.559 +<nsXBLInsertionPoint>
   1.560 +__builtin_new
   1.561 +__builtin_vec_new
   1.562 +nsSupportsArray::GrowArrayBy(int)
   1.563 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
   1.564 +nsSupportsArray::AppendElement(nsISupports *)
   1.565 +nsXBLInsertionPoint::AddChild(nsIContent *)
   1.566 +
   1.567 +#----------------------------------------------------------------------
   1.568 +#
   1.569 +# nsXBLBinding
   1.570 +#
   1.571 +
   1.572 +<nsXBLBinding>
   1.573 +PR_Malloc
   1.574 +PL_HashTableFinalize(PLHashTable *)
   1.575 +PL_HashTableRawAdd
   1.576 +nsHashtable::Put(nsHashKey *, void *)
   1.577 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
   1.578 +nsXBLBinding::GetInsertionPointsFor(nsIContent *, nsISupportsArray **)
   1.579 +
   1.580 +<nsXBLBinding>
   1.581 +PR_Malloc
   1.582 +PL_HashTableFinalize(PLHashTable *)
   1.583 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
   1.584 +nsHashtable::nsHashtable(unsigned int, int)
   1.585 +nsXBLBinding::GetInsertionPointsFor(nsIContent *, nsISupportsArray **)
   1.586 +
   1.587 +<nsXBLBinding>
   1.588 +__builtin_new
   1.589 +nsXBLBinding::GetInsertionPointsFor(nsIContent *, nsISupportsArray **)
   1.590 +
   1.591 +<nsXBLBinding>
   1.592 +PR_Malloc
   1.593 +PL_ArenaFinish
   1.594 +PL_HashTableRawAdd
   1.595 +NS_NewAtom(nsAString const &)
   1.596 +NS_NewAtom(char const *)
   1.597 +nsXBLBinding::nsXBLBinding(nsIXBLPrototypeBinding *)
   1.598 +
   1.599 +# ----------------------------------------------------------------------
   1.600 +#
   1.601 +# nsXBLPrototypeBinding
   1.602 +#
   1.603 +
   1.604 +<nsXBLPrototypeBinding>
   1.605 +__builtin_new
   1.606 +nsXBLPrototypeBinding::InitClass(nsCString const &, nsIScriptContext *, void *, void **)
   1.607 +
   1.608 +<nsXBLPrototypeBinding>
   1.609 +__builtin_new
   1.610 +nsXBLPrototypeBinding::ConstructInsertionTable(nsIContent *)
   1.611 +
   1.612 +<nsXBLPrototypeBinding>
   1.613 +PR_Malloc
   1.614 +PL_HashTableFinalize(PLHashTable *)
   1.615 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
   1.616 +nsHashtable::nsHashtable(unsigned int, int)
   1.617 +nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *)
   1.618 +
   1.619 +<nsXBLPrototypeBinding>
   1.620 +JS_DHashAllocTable
   1.621 +JS_DHashTableInit
   1.622 +JS_NewDHashTable
   1.623 +js_LookupProperty
   1.624 +JS_DefinePropertyWithTinyId
   1.625 +JS_LookupProperty
   1.626 +nsXBLPrototypeBinding::InitClass(nsCString const &, nsIScriptContext *, void *, void **)
   1.627 +
   1.628 +<nsXBLPrototypeBinding>
   1.629 +PR_Malloc
   1.630 +PL_HashTableFinalize(PLHashTable *)
   1.631 +PL_HashTableRawAdd
   1.632 +nsHashtable::Put(nsHashKey *, void *)
   1.633 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
   1.634 +nsXBLPrototypeBinding::ConstructInsertionTable(nsIContent *)
   1.635 +
   1.636 +<nsXBLPrototypeBinding>
   1.637 +PR_Malloc
   1.638 +PL_ArenaAllocate
   1.639 +nsFixedSizeAllocator::AddBucket(unsigned int)
   1.640 +nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int)
   1.641 +nsXBLPrototypeBinding::nsXBLPrototypeBinding(nsCString const &, nsIContent *, nsXBLDocumentInfo *)
   1.642 +
   1.643 +<nsXBLPrototypeBinding>
   1.644 +PR_Malloc
   1.645 +PL_ArenaAllocate
   1.646 +nsFixedSizeAllocator::AddBucket(unsigned int)
   1.647 +nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int)
   1.648 +nsXBLPrototypeBinding::nsXBLPrototypeBinding(basic_nsAReadableString<char> const &, nsIContent *, nsXBLDocumentInfo *)
   1.649 +
   1.650 +<nsXBLPrototypeBinding>
   1.651 +PR_Malloc
   1.652 +PL_HashTableFinalize(PLHashTable *)
   1.653 +PL_HashTableRawAdd
   1.654 +nsHashtable::Put(nsHashKey *, void *)
   1.655 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
   1.656 +nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *)
   1.657 +
   1.658 +<nsXBLPrototypeBinding>
   1.659 +__builtin_new
   1.660 +nsISupportsKey::Clone(void) const
   1.661 +nsHashtable::Put(nsHashKey *, void *)
   1.662 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
   1.663 +nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *)
   1.664 +
   1.665 +<nsXBLPrototypeBinding>
   1.666 +__builtin_new
   1.667 +nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *)
   1.668 +
   1.669 +<nsXBLPrototypeBinding>
   1.670 +PR_Malloc
   1.671 +PL_HashTableFinalize(PLHashTable *)
   1.672 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
   1.673 +nsHashtable::nsHashtable(unsigned int, int)
   1.674 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
   1.675 +nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *)
   1.676 +
   1.677 +<nsXBLPrototypeBinding>
   1.678 +PR_Malloc
   1.679 +PL_ArenaAllocate
   1.680 +nsFixedSizeAllocator::AddBucket(unsigned int)
   1.681 +nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int)
   1.682 +nsXBLPrototypeBinding::nsXBLPrototypeBinding(nsACString const &, nsXBLDocumentInfo *)
   1.683 +
   1.684 +<nsXBLPrototypeBinding>
   1.685 +PR_Malloc
   1.686 +nsMemoryImpl::Alloc(unsigned int)
   1.687 +nsMemory::Alloc(unsigned int)
   1.688 +nsCStringKey::Clone(void) const
   1.689 +nsHashtable::Put(nsHashKey *, void *)
   1.690 +nsXBLPrototypeBinding::InitClass(nsCString const &, nsIScriptContext *, void *, void **)
   1.691 +
   1.692 +<nsXBLPrototypeBinding>
   1.693 +PR_Malloc
   1.694 +nsMemoryImpl::Alloc(unsigned int)
   1.695 +nsMemory::Alloc(unsigned int)
   1.696 +nsStr::Alloc(nsStr &, unsigned int)
   1.697 +nsStr::Realloc(nsStr &, unsigned int)
   1.698 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.699 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.700 +nsCString::SetCapacity(unsigned int)
   1.701 +nsCString::SetLength(unsigned int)
   1.702 +nsACString::do_AssignFromReadable(nsACString const &)
   1.703 +nsACString::AssignFromReadable(nsACString const &)
   1.704 +nsCString::nsCString(nsACString const &)
   1.705 +nsXBLPrototypeBinding::nsXBLPrototypeBinding(nsACString const &, nsXBLDocumentInfo *)
   1.706 +
   1.707 +<nsXBLPrototypeBinding>
   1.708 +PR_Malloc
   1.709 +nsMemoryImpl::Alloc(unsigned int)
   1.710 +nsMemory::Alloc(unsigned int)
   1.711 +ToNewCString(nsACString const &)
   1.712 +nsXBLJSClass::nsXBLJSClass(nsCString const &)
   1.713 +nsXBLPrototypeBinding::InitClass(nsCString const &, nsIScriptContext *, void *, void **)
   1.714 +
   1.715 +<nsXBLPrototypeBinding>
   1.716 +PR_Malloc
   1.717 +PL_HashTableFinalize(PLHashTable *)
   1.718 +PL_HashTableRawAdd
   1.719 +nsHashtable::Put(nsHashKey *, void *)
   1.720 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
   1.721 +nsXBLPrototypeBinding::ConstructInterfaceTable(nsIContent *)
   1.722 +
   1.723 +<nsXBLPrototypeBinding>
   1.724 +PR_Malloc
   1.725 +PL_HashTableFinalize(PLHashTable *)
   1.726 +PL_HashTableRawAdd
   1.727 +nsHashtable::Put(nsHashKey *, void *)
   1.728 +nsXBLPrototypeBinding::InitClass(nsCString const &, nsIScriptContext *, void *, void **)
   1.729 +
   1.730 +<nsXBLPrototypeBinding>
   1.731 +PR_Malloc
   1.732 +PL_HashTableFinalize(PLHashTable *)
   1.733 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
   1.734 +nsHashtable::nsHashtable(unsigned int, int)
   1.735 +nsXBLPrototypeBinding::ConstructInsertionTable(nsIContent *)
   1.736 +
   1.737 +<nsXBLPrototypeBinding>
   1.738 +PR_Malloc
   1.739 +PL_HashTableFinalize(PLHashTable *)
   1.740 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
   1.741 +nsHashtable::nsHashtable(unsigned int, int)
   1.742 +nsXBLPrototypeBinding::ConstructInterfaceTable(nsIContent *)
   1.743 +
   1.744 +<nsXBLPrototypeBinding>
   1.745 +PR_Malloc
   1.746 +PL_ArenaAllocate
   1.747 +nsFixedSizeAllocator::Alloc(unsigned int)
   1.748 +nsXBLAttributeEntry::Create(nsIAtom *, nsIAtom *, nsIContent *)
   1.749 +nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *)
   1.750 +
   1.751 +#----------------------------------------------------------------------
   1.752 +#
   1.753 +# <nsXBLPrototypeProperty>
   1.754 +#
   1.755 +
   1.756 +<nsXBLPrototypeProperty>
   1.757 +PR_Malloc
   1.758 +nsMemoryImpl::Alloc(unsigned int)
   1.759 +nsMemory::Alloc(unsigned int)
   1.760 +nsStr::Alloc(nsStr &, unsigned int)
   1.761 +nsStr::Realloc(nsStr &, unsigned int)
   1.762 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.763 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.764 +nsString::SetCapacity(unsigned int)
   1.765 +nsString::SetLength(unsigned int)
   1.766 +nsAString::do_AssignFromReadable(nsAString const &)
   1.767 +nsAString::AssignFromReadable(nsAString const &)
   1.768 +nsGenericContainerElement::GetAttr(int, nsIAtom *, nsIAtom *&, nsAString &) const
   1.769 +nsGenericContainerElement::GetAttr(int, nsIAtom *, nsAString &) const
   1.770 +nsXBLPrototypeProperty::ParseProperty(nsIScriptContext *)
   1.771 +
   1.772 +<nsXBLPrototypeProperty>
   1.773 +PR_Malloc
   1.774 +nsMemoryImpl::Alloc(unsigned int)
   1.775 +nsMemory::Alloc(unsigned int)
   1.776 +nsStr::Alloc(nsStr &, unsigned int)
   1.777 +nsStr::Realloc(nsStr &, unsigned int)
   1.778 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.779 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.780 +nsString::SetCapacity(unsigned int)
   1.781 +nsString::SetLength(unsigned int)
   1.782 +nsAString::do_AssignFromReadable(nsAString const &)
   1.783 +nsAString::AssignFromReadable(nsAString const &)
   1.784 +nsGenericContainerElement::GetAttr(int, nsIAtom *, nsIAtom *&, nsAString &) const
   1.785 +nsGenericContainerElement::GetAttr(int, nsIAtom *, nsAString &) const
   1.786 +nsXBLPrototypeProperty::ParseMethod(nsIScriptContext *)
   1.787 +
   1.788 +<nsXBLPrototypeProperty>
   1.789 +PR_Malloc
   1.790 +nsMemoryImpl::Alloc(unsigned int)
   1.791 +nsMemory::Alloc(unsigned int)
   1.792 +nsStr::Alloc(nsStr &, unsigned int)
   1.793 +nsStr::Realloc(nsStr &, unsigned int)
   1.794 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.795 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.796 +nsString::SetCapacity(unsigned int)
   1.797 +nsString::SetLength(unsigned int)
   1.798 +nsAString::do_AssignFromReadable(nsAString const &)
   1.799 +nsAString::AssignFromReadable(nsAString const &)
   1.800 +nsGenericContainerElement::GetAttr(int, nsIAtom *, nsIAtom *&, nsAString &) const
   1.801 +nsGenericContainerElement::GetAttr(int, nsIAtom *, nsAString &) const
   1.802 +nsXBLPrototypeProperty::ParseField(nsIScriptContext *)
   1.803 +
   1.804 +<nsXBLPrototypeProperty>
   1.805 +PR_Malloc
   1.806 +nsMemoryImpl::Alloc(unsigned int)
   1.807 +nsMemory::Alloc(unsigned int)
   1.808 +nsStr::Alloc(nsStr &, unsigned int)
   1.809 +nsStr::Realloc(nsStr &, unsigned int)
   1.810 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.811 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.812 +nsString::SetCapacity(unsigned int)
   1.813 +nsString::SetLength(unsigned int)
   1.814 +nsAString::do_AppendFromReadable(nsAString const &)
   1.815 +nsAString::AppendFromReadable(nsAString const &)
   1.816 +nsXBLPrototypeProperty::ParseField(nsIScriptContext *)
   1.817 +
   1.818 +<nsXBLPrototypeProperty>
   1.819 +PR_Malloc
   1.820 +nsMemoryImpl::Alloc(unsigned int)
   1.821 +nsMemory::Alloc(unsigned int)
   1.822 +nsStr::Alloc(nsStr &, unsigned int)
   1.823 +nsStr::Realloc(nsStr &, unsigned int)
   1.824 +nsStr::EnsureCapacity(nsStr &, unsigned int)
   1.825 +nsStr::GrowCapacity(nsStr &, unsigned int)
   1.826 +nsCString::SetCapacity(unsigned int)
   1.827 +nsCString::SetLength(unsigned int)
   1.828 +nsACString::do_AppendFromReadable(nsACString const &)
   1.829 +nsACString::do_AppendFromElementPtr(char const *)
   1.830 +nsXBLPrototypeBinding::GetBindingURI(nsCString &)
   1.831 +nsXBLPrototypeProperty::ConstructProperty(nsIContent *, nsIContent *)
   1.832 +
   1.833 +<nsXBLPrototypeProperty>
   1.834 +JS_DHashAllocTable
   1.835 +JS_DHashTableFinish
   1.836 +JS_DHashTableOperate
   1.837 +js_AddRootRT
   1.838 +JS_AddNamedRootRT
   1.839 +NS_NewXBLPrototypeBinding(nsACString const &, nsIContent *, nsXBLDocumentInfo *, nsIXBLPrototypeBinding **)
   1.840 +nsXBLPrototypeProperty::ParseMethod(nsIScriptContext *)
   1.841 +
   1.842 +# ----------------------------------------------------------------------
   1.843 +#
   1.844 +# The frame arena
   1.845 +#
   1.846 +
   1.847 +<FrameArena>
   1.848 +PR_Malloc
   1.849 +PL_ArenaAllocate
   1.850 +FrameArena::AllocateFrame(unsigned int, void **)
   1.851 +
   1.852 +<PresShell>
   1.853 +PR_Malloc
   1.854 +PL_ArenaAllocate
   1.855 +nsDST::NodeArena::AllocLeafNode(void)
   1.856 +nsDST::Insert(void *, void *, void **)
   1.857 +PresShell::SetSubShellFor(nsIContent *, nsISupports *)
   1.858 +
   1.859 +<PresShell>
   1.860 +PR_Malloc
   1.861 +nsVoidArray::SizeTo(int)
   1.862 +nsVoidArray::GrowArrayBy(int)
   1.863 +nsVoidArray::InsertElementAt(void *, int)
   1.864 +PresShell::AppendReflowCommandInternal(nsIReflowCommand *, nsVoidArray &)
   1.865 +
   1.866 +# The anonymous content table in the PresShell
   1.867 +<PresShell.mAnonymousContentTable>
   1.868 +PR_Malloc
   1.869 +PL_HashTableFinalize(PLHashTable *)
   1.870 +PL_HashTableRawAdd
   1.871 +nsHashtable::Put(nsHashKey *, void *)
   1.872 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
   1.873 +PresShell::SetAnonymousContentFor(nsIContent *, nsISupportsArray *)
   1.874 +
   1.875 +<PresShell.mAnonymousContentTable>
   1.876 +__builtin_new
   1.877 +nsISupportsKey::Clone(void) const
   1.878 +nsHashtable::Put(nsHashKey *, void *)
   1.879 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
   1.880 +PresShell::SetAnonymousContentFor(nsIContent *, nsISupportsArray *)
   1.881 +
   1.882 +<PresShell.mAnonymousContentTable>
   1.883 +PR_Malloc
   1.884 +PL_HashTableFinalize(PLHashTable *)
   1.885 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
   1.886 +nsHashtable::nsHashtable(unsigned int, int)
   1.887 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
   1.888 +PresShell::SetAnonymousContentFor(nsIContent *, nsISupportsArray *)
   1.889 +
   1.890 +<PresShell.mAnonymousContentTable>
   1.891 +PR_Malloc
   1.892 +PL_HashTableFinalize(PLHashTable *)
   1.893 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
   1.894 +nsHashtable::nsHashtable(unsigned int, int)
   1.895 +PresShell::SetAnonymousContentFor(nsIContent *, nsISupportsArray *)
   1.896 +
   1.897 +# ----------------------------------------------------------------------
   1.898 +#
   1.899 +# StackArena
   1.900 +#
   1.901 +
   1.902 +<StackArena>
   1.903 +PR_Malloc
   1.904 +StackArena::StackArena(void)
   1.905 +
   1.906 +<StackArena>
   1.907 +PR_Malloc
   1.908 +StackArena::Allocate(unsigned int, void **)
   1.909 +
   1.910 +<StackArena>
   1.911 +PR_Malloc
   1.912 +StackBlock::StackBlock(void)
   1.913 +StackArena::StackArena(void)
   1.914 +
   1.915 +<StackArena>
   1.916 +__builtin_new
   1.917 +__builtin_vec_new
   1.918 +StackArena::StackArena(void)
   1.919 +
   1.920 +<StackArena>
   1.921 +PR_Malloc
   1.922 +StackArena::Allocate(unsigned int, void **)
   1.923 +
   1.924 +# The following will only show up if you turn off the FrameArena
   1.925 +<nsBoxLayoutState>
   1.926 +PR_Malloc
   1.927 +FrameArena::AllocateFrame(unsigned int, void **)
   1.928 +PresShell::AllocateFrame(unsigned int, void **)
   1.929 +nsBoxLayoutState::Allocate(unsigned int, nsIPresShell *)
   1.930 +
   1.931 +
   1.932 +# ----------------------------------------------------------------------
   1.933 +#
   1.934 +# nsFrameManager
   1.935 +#
   1.936 +
   1.937 +<FrameManager>
   1.938 +PR_Malloc
   1.939 +PL_ArenaAllocate
   1.940 +nsDST::NodeArena::AllocLeafNode(void)
   1.941 +nsDST::LeafNode::operator new(unsigned int, nsDST::NodeArena *)
   1.942 +nsDST::Insert(void *, void *, void **)
   1.943 +
   1.944 +<FrameManager>
   1.945 +PR_Malloc
   1.946 +PL_ArenaAllocate
   1.947 +nsDST::NodeArena::AllocTwoNode(void)
   1.948 +nsDST::ConvertToTwoNode(nsDST::LeafNode **)
   1.949 +nsDST::Insert(void *, void *, void **)
   1.950 +FrameManager::SetFrameProperty(nsIFrame *, nsIAtom *, void *, void (*)(nsIPresContext *, nsIFrame *, nsIAtom *, void *))
   1.951 +
   1.952 +<FrameManager>
   1.953 +PR_Malloc
   1.954 +PL_ArenaAllocate
   1.955 +nsDST::NodeArena::AllocTwoNode(void)
   1.956 +nsDST::TwoNode::operator new(unsigned int, nsDST::NodeArena *)
   1.957 +nsDST::ConvertToTwoNode(nsDST::LeafNode **)
   1.958 +nsDST::Insert(void *, void *, void **)
   1.959 +FrameManager::SetPrimaryFrameFor(nsIContent *, nsIFrame *)
   1.960 +
   1.961 +<FrameManager>
   1.962 +PR_Malloc
   1.963 +PL_ArenaAllocate
   1.964 +nsDST::NodeArena::AllocTwoNode(void)
   1.965 +nsDST::TwoNode::operator new(unsigned int, nsDST::NodeArena *)
   1.966 +nsDST::ConvertToTwoNode(nsDST::LeafNode **)
   1.967 +nsDST::Insert(void *, void *, void **)
   1.968 +FrameManager::SetFrameProperty(nsIFrame *, nsIAtom *, void *, void (*)(nsIPresContext *, nsIFrame *, nsIAtom *, void *))
   1.969 +
   1.970 +<FrameManager>
   1.971 +PR_Malloc
   1.972 +PL_ArenaFinish
   1.973 +PL_HashTableRawAdd
   1.974 +FrameHashTable::Put(void *, void *)
   1.975 +FrameManager::SetPlaceholderFrameFor(nsIFrame *, nsIFrame *)
   1.976 +
   1.977 +<FrameManager>
   1.978 +__builtin_new
   1.979 +nsDST::NewMemoryArena(unsigned int)
   1.980 +FrameManager::Init(nsIPresShell *, nsIStyleSet *)
   1.981 +
   1.982 +<FrameManager>
   1.983 +PR_Malloc
   1.984 +PL_ArenaAllocate
   1.985 +nsDST::NodeArena::AllocTwoNode(void)
   1.986 +nsDST::ConvertToTwoNode(nsDST::LeafNode **)
   1.987 +nsDST::Insert(void *, void *, void **)
   1.988 +FrameManager::SetPrimaryFrameFor(nsIContent *, nsIFrame *)
   1.989 +
   1.990 +<FrameManager>
   1.991 +PR_Malloc
   1.992 +PL_ArenaAllocate
   1.993 +nsDST::NodeArena::AllocLeafNode(void)
   1.994 +nsDST::Insert(void *, void *, void **)
   1.995 +FrameManager::SetFrameProperty(nsIFrame *, nsIAtom *, void *, void (*)(nsIPresContext *, nsIFrame *, nsIAtom *, void *))
   1.996 +
   1.997 +<FrameManager>
   1.998 +PR_Malloc
   1.999 +PL_ArenaAllocate
  1.1000 +nsDST::NodeArena::AllocLeafNode(void)
  1.1001 +nsDST::Insert(void *, void *, void **)
  1.1002 +FrameManager::SetPrimaryFrameFor(nsIContent *, nsIFrame *)
  1.1003 +
  1.1004 +<UndisplayedMap>
  1.1005 +PR_Malloc
  1.1006 +PL_ArenaFinish
  1.1007 +PL_HashTableRawAdd
  1.1008 +UndisplayedMap::AppendNodeFor(UndisplayedNode *, nsIContent *)
  1.1009 +
  1.1010 +<UndisplayedMap>
  1.1011 +__builtin_new
  1.1012 +UndisplayedMap::AddNodeFor(nsIContent *, nsIContent *, nsIStyleContext *)
  1.1013 +
  1.1014 +<UndisplayedMap>
  1.1015 +PR_Malloc
  1.1016 +PL_ArenaFinish
  1.1017 +PL_NewHashTable
  1.1018 +UndisplayedMap::UndisplayedMap(unsigned int)
  1.1019 +
  1.1020 +<PRLock>
  1.1021 +PR_Calloc
  1.1022 +PR_NewLock
  1.1023 +
  1.1024 +<PRMonitor>
  1.1025 +PR_Calloc
  1.1026 +PR_NewMonitor
  1.1027 +
  1.1028 +# ----------------------------------------------------------------------
  1.1029 +#
  1.1030 +# RDFServiceImpl
  1.1031 +#
  1.1032 +
  1.1033 +<RDFServiceImpl>
  1.1034 +PR_Malloc
  1.1035 +PL_ArenaFinish
  1.1036 +PL_NewHashTable
  1.1037 +RDFServiceImpl::Init(void)
  1.1038 +
  1.1039 +<RDFServiceImpl>
  1.1040 +PR_Malloc
  1.1041 +nsRDFParserUtils::GetQuotedAttributeValue(nsString const &, nsString const &, nsString &)
  1.1042 +PL_HashTableRawAdd
  1.1043 +PL_HashTableAdd
  1.1044 +RDFServiceImpl::RegisterDataSource(nsIRDFDataSource *, int)
  1.1045 +
  1.1046 +<RDFServiceImpl>
  1.1047 +PR_Malloc
  1.1048 +PL_ArenaFinish
  1.1049 +PL_HashTableRawAdd
  1.1050 +RDFServiceImpl::RegisterResource(nsIRDFResource *, int)
  1.1051 +
  1.1052 +<RDFServiceImpl>
  1.1053 +PR_Malloc
  1.1054 +PL_ArenaFinish
  1.1055 +PL_HashTableRawAdd
  1.1056 +PL_HashTableAdd
  1.1057 +RDFServiceImpl::RegisterLiteral(nsIRDFLiteral *, int)
  1.1058 +
  1.1059 +<RDFServiceImpl>
  1.1060 +PR_Malloc
  1.1061 +nsRDFParserUtils::IsJavaScriptLanguage(nsString const &, char const **)
  1.1062 +PL_NewHashTable
  1.1063 +RDFServiceImpl::Init(void)
  1.1064 +
  1.1065 +<RDFServiceImpl>
  1.1066 +PR_Malloc
  1.1067 +nsRDFParserUtils::IsJavaScriptLanguage(nsString const &, char const **)
  1.1068 +PL_HashTableRawAdd
  1.1069 +PL_HashTableAdd
  1.1070 +RDFServiceImpl::RegisterDataSource(nsIRDFDataSource *, int)
  1.1071 +
  1.1072 +<RDFServiceImpl>
  1.1073 +PR_Malloc
  1.1074 +PL_ArenaFinish
  1.1075 +PL_HashTableRawRemove
  1.1076 +RDFServiceImpl::UnregisterResource(nsIRDFResource *)
  1.1077 +
  1.1078 +<RDFServiceImpl>
  1.1079 +PL_strdup
  1.1080 +RDFServiceImpl::RegisterDataSource(nsIRDFDataSource *, int)
  1.1081 +
  1.1082 +# ----------------------------------------------------------------------
  1.1083 +
  1.1084 +<nsRDFResource>
  1.1085 +PR_Malloc
  1.1086 +nsMemoryImpl::Alloc(unsigned int)
  1.1087 +nsMemory::Alloc(unsigned int)
  1.1088 +nsRDFResource::Init(char const *)
  1.1089 +
  1.1090 +<nsHTMLImageLoader>
  1.1091 +PR_Malloc
  1.1092 +nsMemoryImpl::Alloc(unsigned int)
  1.1093 +nsMemory::Alloc(unsigned int)
  1.1094 +nsStr::Alloc(nsStr &, unsigned int)
  1.1095 +nsStr::Realloc(nsStr &, unsigned int)
  1.1096 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.1097 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.1098 +nsString::SetCapacity(unsigned int)
  1.1099 +nsString::SetLength(unsigned int)
  1.1100 +~.*
  1.1101 +~.*
  1.1102 +basic_nsAWritableString<unsigned short>::Assign(basic_nsAReadableString<unsigned short> const &)
  1.1103 +nsString::operator=(nsString const &)
  1.1104 +nsHTMLImageLoader::SetURL(nsString const &)
  1.1105 +
  1.1106 +<nsHTMLEntities>
  1.1107 +__builtin_new
  1.1108 +__builtin_vec_new
  1.1109 +nsHTMLEntities::AddRefTable(void)
  1.1110 +
  1.1111 +<nsHTMLEntities>
  1.1112 +__builtin_new
  1.1113 +nsAVLTree::AddItem(void *)
  1.1114 +nsHTMLEntities::AddRefTable(void)
  1.1115 +
  1.1116 +<nsStaticCaseInsensitiveNameTable>
  1.1117 +__builtin_new
  1.1118 +__builtin_vec_new
  1.1119 +nsStaticCaseInsensitiveNameTable::Init(char const **, int)
  1.1120 +
  1.1121 +<CNavDTD>
  1.1122 +__builtin_new
  1.1123 +CNavDTD::CNavDTD(void)
  1.1124 +
  1.1125 +<CNavDTD>
  1.1126 +__builtin_new
  1.1127 +__builtin_vec_new
  1.1128 +InitializeElementTable(void)
  1.1129 +CNavDTD::CNavDTD(void)
  1.1130 +
  1.1131 +<CNavDTD>
  1.1132 +__builtin_new
  1.1133 +__builtin_vec_new
  1.1134 +nsDeque::GrowCapacity(void)
  1.1135 +nsDeque::Push(void *)
  1.1136 +CNodeRecycler::RecycleNode(nsCParserNode *)
  1.1137 +CNavDTD::CloseContainersTo(int, nsHTMLTag, int)
  1.1138 +
  1.1139 +<COtherDTD>
  1.1140 +__builtin_new
  1.1141 +COtherDTD::COtherDTD(void)
  1.1142 +
  1.1143 +<nsScanner>
  1.1144 +PR_Malloc
  1.1145 +nsMemoryImpl::Alloc(unsigned int)
  1.1146 +nsMemory::Alloc(unsigned int)
  1.1147 +nsScanner::Append(char const *, unsigned int)
  1.1148 +
  1.1149 +<nsScanner>
  1.1150 +__builtin_new
  1.1151 +nsSlidingString::AppendBuffer(unsigned short *, unsigned short *, unsigned short *)
  1.1152 +nsScanner::AppendToBuffer(unsigned short *, unsigned short *, unsigned short *)
  1.1153 +
  1.1154 +<nsScanner>
  1.1155 +__builtin_new
  1.1156 +nsScanner::AppendToBuffer(unsigned short *, unsigned short *, unsigned short *)
  1.1157 +
  1.1158 +<nsScanner>
  1.1159 +PR_Malloc
  1.1160 +nsMemoryImpl::Alloc(unsigned int)
  1.1161 +nsMemory::Alloc(unsigned int)
  1.1162 +unsigned short * AllocateStringCopy<unsigned short, unsigned short>(basic_nsAReadableString<unsigned short> const &, unsigned short *)
  1.1163 +ToNewUnicode(basic_nsAReadableString<unsigned short> const &)
  1.1164 +nsScanner::Append(basic_nsAReadableString<unsigned short> const &)
  1.1165 +
  1.1166 +<nsScanner>
  1.1167 +PR_Malloc
  1.1168 +nsMemoryImpl::Alloc(unsigned int)
  1.1169 +nsMemory::Alloc(unsigned int)
  1.1170 +nsStr::Alloc(nsStr &, unsigned int)
  1.1171 +nsStr::Realloc(nsStr &, unsigned int)
  1.1172 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.1173 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.1174 +nsString::SetCapacity(unsigned int)
  1.1175 +nsString::SetLength(unsigned int)
  1.1176 +CopyUnicodeTo(nsReadingIterator<unsigned short> const &, nsReadingIterator<unsigned short> const &, basic_nsAWritableString<unsigned short> &)
  1.1177 +nsScanner::CopyUnusedData(nsString &)
  1.1178 +
  1.1179 +<nsScanner>
  1.1180 +PR_Malloc
  1.1181 +nsMemoryImpl::Alloc(unsigned int)
  1.1182 +nsMemory::Alloc(unsigned int)
  1.1183 +nsStr::Alloc(nsStr &, unsigned int)
  1.1184 +nsStr::Realloc(nsStr &, unsigned int)
  1.1185 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.1186 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.1187 +nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int)
  1.1188 +nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int)
  1.1189 +nsString::nsString(nsString const &)
  1.1190 +nsScanner::nsScanner(nsString &, int, nsString const &, nsCharsetSource)
  1.1191 +
  1.1192 +<nsHTMLTokenizer>
  1.1193 +__builtin_new
  1.1194 +__builtin_vec_new
  1.1195 +nsDeque::GrowCapacity(void)
  1.1196 +nsDeque::Push(void *)
  1.1197 +nsHTMLTokenizer::ScanDocStructure(int)
  1.1198 +
  1.1199 +<nsHTMLTokenizer>
  1.1200 +__builtin_new
  1.1201 +__builtin_vec_new
  1.1202 +nsDeque::GrowCapacity(void)
  1.1203 +nsDeque::Push(void *)
  1.1204 +nsHTMLTokenizer::AddToken(CToken *&, unsigned int, nsDeque *, nsTokenAllocator *)
  1.1205 +
  1.1206 +<nsTokenAllocator>
  1.1207 +PR_Malloc
  1.1208 +PL_ArenaAllocate
  1.1209 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.1210 +CToken::operator new(unsigned int, nsFixedSizeAllocator &)
  1.1211 +nsTokenAllocator::CreateTokenOfType(eHTMLTokenTypes, nsHTMLTag)
  1.1212 +
  1.1213 +<nsNodeAllocator>
  1.1214 +PR_Malloc
  1.1215 +PL_ArenaAllocate
  1.1216 +nsFixedSizeAllocator::AddBucket(unsigned int)
  1.1217 +nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int)
  1.1218 +nsNodeAllocator::nsNodeAllocator(void)
  1.1219 +
  1.1220 +# ----------------------------------------------------------------------
  1.1221 +#
  1.1222 +# xptiWorkingSet
  1.1223 +#
  1.1224 +
  1.1225 +<xptiWorkingSet>
  1.1226 +__builtin_new
  1.1227 +__builtin_vec_new
  1.1228 +xptiWorkingSet::NewFileArray(unsigned int)
  1.1229 +
  1.1230 +<xptiWorkingSet>
  1.1231 +__builtin_new
  1.1232 +__builtin_vec_new
  1.1233 +xptiWorkingSet::ExtendFileArray(unsigned int)
  1.1234 +
  1.1235 +# ----------------------------------------------------------------------
  1.1236 +
  1.1237 +<HTMLContentSink>
  1.1238 +PR_Malloc
  1.1239 +nsMemoryImpl::Alloc(unsigned int)
  1.1240 +nsMemory::Alloc(unsigned int)
  1.1241 +nsStr::Alloc(nsStr &, unsigned int)
  1.1242 +nsStr::Realloc(nsStr &, unsigned int)
  1.1243 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.1244 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.1245 +nsString::SetCapacity(unsigned int)
  1.1246 +HTMLContentSink::OnStreamComplete(nsIStreamLoader *, nsISupports *, unsigned int, unsigned int, char const *)
  1.1247 +
  1.1248 +<HTMLContentSink>
  1.1249 +PR_Malloc
  1.1250 +nsMemoryImpl::Alloc(unsigned int)
  1.1251 +nsMemory::Alloc(unsigned int)
  1.1252 +nsStr::Alloc(nsStr &, unsigned int)
  1.1253 +nsStr::Realloc(nsStr &, unsigned int)
  1.1254 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.1255 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.1256 +nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int)
  1.1257 +nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int)
  1.1258 +nsString::nsString(nsString const &)
  1.1259 +HTMLContentSink::SetTitle(nsString const &)
  1.1260 +
  1.1261 +<DeviceContextImpl>
  1.1262 +__builtin_new
  1.1263 +__builtin_vec_new
  1.1264 +DeviceContextImpl::DeviceContextImpl(void)
  1.1265 +
  1.1266 +<DeviceContextImpl>
  1.1267 +PR_Malloc
  1.1268 +PL_HashTableFinalize(PLHashTable *)
  1.1269 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1270 +nsHashtable::nsHashtable(unsigned int, int)
  1.1271 +DeviceContextImpl::CreateFontAliasTable(void)
  1.1272 +
  1.1273 +<DeviceContextImpl>
  1.1274 +__builtin_new
  1.1275 +FontAliasKey::Clone(void) const
  1.1276 +nsHashtable::Put(nsHashKey *, void *)
  1.1277 +DeviceContextImpl::AliasFont(nsString const &, nsString const &, nsString const &, int)
  1.1278 +
  1.1279 +<nsCompressedMap>
  1.1280 +__builtin_new
  1.1281 +__builtin_vec_new
  1.1282 +nsCompressedMap::nsCompressedMap(unsigned short *, unsigned int)
  1.1283 +
  1.1284 +<nsHTMLDocument>
  1.1285 +__builtin_new
  1.1286 +__builtin_vec_new
  1.1287 +nsHTMLDocument::nsHTMLDocument(void)
  1.1288 +
  1.1289 +<nsHTMLDocument>
  1.1290 +PR_Malloc
  1.1291 +PL_HashTableFinalize(PLHashTable *)
  1.1292 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1293 +nsHashtable::nsHashtable(unsigned int, int)
  1.1294 +nsHTMLDocument::nsHTMLDocument(void)
  1.1295 +
  1.1296 +<nsHTMLDocument>
  1.1297 +PR_Malloc
  1.1298 +PL_HashTableFinalize(PLHashTable *)
  1.1299 +PL_HashTableRawAdd
  1.1300 +nsHashtable::Put(nsHashKey *, void *)
  1.1301 +nsHTMLDocument::InvalidateHashTables(void)
  1.1302 +
  1.1303 +<nsHTMLDocument.mReferrer>
  1.1304 +PR_Malloc
  1.1305 +nsMemoryImpl::Alloc(unsigned int)
  1.1306 +nsMemory::Alloc(unsigned int)
  1.1307 +nsStr::Alloc(nsStr &, unsigned int)
  1.1308 +nsStr::Realloc(nsStr &, unsigned int)
  1.1309 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.1310 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.1311 +nsString::SetCapacity(unsigned int)
  1.1312 +nsString::SetLength(unsigned int)
  1.1313 +~.*
  1.1314 +~.*
  1.1315 +basic_nsAWritableString<unsigned short>::Assign(basic_nsAReadableString<unsigned short> const &)
  1.1316 +nsString::nsString(basic_nsAReadableString<unsigned short> const &)
  1.1317 +nsHTMLDocument::SetReferrer(basic_nsAReadableString<unsigned short> const &)
  1.1318 +
  1.1319 +<nsHTMLDocument.mLastModified>
  1.1320 +PR_Malloc
  1.1321 +nsMemoryImpl::Alloc(unsigned int)
  1.1322 +nsMemory::Alloc(unsigned int)
  1.1323 +nsStr::Alloc(nsStr &, unsigned int)
  1.1324 +nsStr::Realloc(nsStr &, unsigned int)
  1.1325 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.1326 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.1327 +nsString::SetCapacity(unsigned int)
  1.1328 +nsString::SetLength(unsigned int)
  1.1329 +~.*
  1.1330 +~.*
  1.1331 +basic_nsAWritableString<unsigned short>::Assign(basic_nsAReadableString<unsigned short> const &)
  1.1332 +nsString::nsString(basic_nsAReadableString<unsigned short> const &)
  1.1333 +nsHTMLDocument::SetLastModified(basic_nsAReadableString<unsigned short> const &)
  1.1334 +
  1.1335 +<nsHTMLDocument.mTitle>
  1.1336 +PR_Malloc
  1.1337 +nsMemoryImpl::Alloc(unsigned int)
  1.1338 +nsMemory::Alloc(unsigned int)
  1.1339 +nsStr::Alloc(nsStr &, unsigned int)
  1.1340 +nsStr::Realloc(nsStr &, unsigned int)
  1.1341 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.1342 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.1343 +nsString::SetCapacity(unsigned int)
  1.1344 +nsString::SetLength(unsigned int)
  1.1345 +~.*
  1.1346 +~.*
  1.1347 +basic_nsAWritableString<unsigned short>::Assign(basic_nsAReadableString<unsigned short> const &)
  1.1348 +nsString::nsString(basic_nsAReadableString<unsigned short> const &)
  1.1349 +nsHTMLDocument::SetTitle(basic_nsAReadableString<unsigned short> const &)
  1.1350 +
  1.1351 +<mozilla::dom::DocumentType>
  1.1352 +PR_Malloc
  1.1353 +nsMemoryImpl::Alloc(unsigned int)
  1.1354 +nsMemory::Alloc(unsigned int)
  1.1355 +nsStr::Alloc(nsStr &, unsigned int)
  1.1356 +nsStr::Realloc(nsStr &, unsigned int)
  1.1357 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.1358 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.1359 +nsString::SetCapacity(unsigned int)
  1.1360 +nsString::SetLength(unsigned int)
  1.1361 +nsAString::do_AssignFromReadable(nsAString const &)
  1.1362 +nsAString::AssignFromReadable(nsAString const &)
  1.1363 +nsString::nsString(nsAString const &)
  1.1364 +mozilla::dom::DocumentType::DocumentType(nsAString const &, nsIDOMNamedNodeMap *, nsIDOMNamedNodeMap *, nsAString const &, nsAString const &, nsAString const &)
  1.1365 +
  1.1366 +#----------------------------------------------------------------------
  1.1367 +#
  1.1368 +# XPC stuff
  1.1369 +#
  1.1370 +
  1.1371 +<Native2WrappedNativeMap>
  1.1372 +JS_DHashAllocTable
  1.1373 +JS_DHashTableInit
  1.1374 +JS_NewDHashTable
  1.1375 +Native2WrappedNativeMap::Native2WrappedNativeMap(int)
  1.1376 +
  1.1377 +<ClassInfo2WrappedNativeProtoMap>
  1.1378 +JS_DHashAllocTable
  1.1379 +JS_DHashTableInit
  1.1380 +JS_NewDHashTable
  1.1381 +ClassInfo2WrappedNativeProtoMap::ClassInfo2WrappedNativeProtoMap(int)
  1.1382 +
  1.1383 +<IID2NativeInterfaceMap>
  1.1384 +JS_DHashAllocTable
  1.1385 +JS_DHashTableInit
  1.1386 +JS_NewDHashTable
  1.1387 +IID2NativeInterfaceMap::IID2NativeInterfaceMap(int)
  1.1388 +
  1.1389 +<IID2WrappedJSClassMap>
  1.1390 +JS_DHashAllocTable
  1.1391 +JS_DHashTableInit
  1.1392 +JS_NewDHashTable
  1.1393 +IID2WrappedJSClassMap::IID2WrappedJSClassMap(int)
  1.1394 +
  1.1395 +<IID2ThisTranslatorMap>
  1.1396 +JS_DHashAllocTable
  1.1397 +JS_DHashTableInit
  1.1398 +JS_NewDHashTable
  1.1399 +IID2ThisTranslatorMap::IID2ThisTranslatorMap(int)
  1.1400 +
  1.1401 +<XPCNativeScriptableSharedMap>
  1.1402 +JS_DHashAllocTable
  1.1403 +JS_DHashTableInit
  1.1404 +JS_NewDHashTable
  1.1405 +XPCNativeScriptableSharedMap::XPCNativeScriptableSharedMap(int)
  1.1406 +
  1.1407 +<XPCNativeScriptableSharedMap>
  1.1408 +__builtin_new
  1.1409 +XPCNativeScriptableSharedMap::GetNewOrUsed(unsigned int, char *, XPCNativeScriptableInfo *)
  1.1410 +
  1.1411 +<JSContext2XPCContextMap>
  1.1412 +JS_DHashAllocTable
  1.1413 +JS_DHashTableInit
  1.1414 +JS_NewDHashTable
  1.1415 +JSContext2XPCContextMap::JSContext2XPCContextMap(int)
  1.1416 +
  1.1417 +<NativeSetMap>
  1.1418 +JS_DHashAllocTable
  1.1419 +JS_DHashTableInit
  1.1420 +JS_NewDHashTable
  1.1421 +NativeSetMap::NativeSetMap(int)
  1.1422 +
  1.1423 +<JSObject2WrappedJSMap>
  1.1424 +JS_DHashAllocTable
  1.1425 +JS_DHashTableInit
  1.1426 +JS_NewDHashTable
  1.1427 +JSObject2WrappedJSMap::JSObject2WrappedJSMap(int)
  1.1428 +
  1.1429 +<nsXPCWrappedJS>
  1.1430 +JS_DHashAllocTable
  1.1431 +JS_DHashTableFinish
  1.1432 +JS_DHashTableOperate
  1.1433 +nsXPCWrappedJS::GetNewOrUsed(XPCCallContext &, JSObject *, nsID const &, nsISupports *, nsXPCWrappedJS **)
  1.1434 +
  1.1435 +<XPCWrappedNativeProtoMap>
  1.1436 +JS_DHashAllocTable
  1.1437 +JS_DHashTableInit
  1.1438 +JS_NewDHashTable
  1.1439 +XPCWrappedNativeProtoMap::XPCWrappedNativeProtoMap(int)
  1.1440 +
  1.1441 +<XPCWrappedNativeProto>
  1.1442 +JS_DHashAllocTable
  1.1443 +JS_DHashTableFinish
  1.1444 +JS_DHashTableOperate
  1.1445 +XPCWrappedNativeProto::GetNewOrUsed(XPCCallContext &, XPCWrappedNativeScope *, nsIClassInfo *, XPCNativeScriptableCreateInfo const *, int)
  1.1446 +
  1.1447 +<XPCWrappedNativeProto>
  1.1448 +__builtin_new
  1.1449 +XPCWrappedNativeProto::GetNewOrUsed(XPCCallContext &, XPCWrappedNativeScope *, nsIClassInfo *, XPCNativeScriptableCreateInfo const *, int)
  1.1450 +
  1.1451 +<XPCWrappedNativeProto>
  1.1452 +__builtin_new
  1.1453 +__builtin_vec_new
  1.1454 +XPCNativeSet::NewInstance(XPCCallContext &, XPCNativeInterface **, unsigned short)
  1.1455 +XPCNativeSet::GetNewOrUsed(XPCCallContext &, nsIClassInfo *)
  1.1456 +XPCWrappedNativeProto::GetNewOrUsed(XPCCallContext &, XPCWrappedNativeScope *, nsIClassInfo *, XPCNativeScriptableCreateInfo const *, int)
  1.1457 +
  1.1458 +<XPCWrappedNativeProto>
  1.1459 +__builtin_new
  1.1460 +XPCNativeScriptableInfo::Construct(XPCCallContext &, XPCNativeScriptableCreateInfo const *)
  1.1461 +XPCWrappedNativeProto::Init(XPCCallContext &, XPCNativeScriptableCreateInfo const *)
  1.1462 +
  1.1463 +<XPCWrappedNativeProto>
  1.1464 +JS_DHashAllocTable
  1.1465 +JS_DHashTableFinish
  1.1466 +JS_DHashTableOperate
  1.1467 +XPCNativeSet::GetNewOrUsed(XPCCallContext &, nsIClassInfo *)
  1.1468 +XPCWrappedNativeProto::GetNewOrUsed(XPCCallContext &, XPCWrappedNativeScope *, nsIClassInfo *, XPCNativeScriptableCreateInfo const *, int)
  1.1469 +
  1.1470 +<XPCWrappedNative>
  1.1471 +JS_DHashAllocTable
  1.1472 +JS_DHashTableFinish
  1.1473 +JS_DHashTableOperate
  1.1474 +XPCWrappedNative::~XPCWrappedNative(void)
  1.1475 +
  1.1476 +<XPCWrappedNative>
  1.1477 +__builtin_new
  1.1478 +XPCWrappedNative::FindTearOff(XPCCallContext &, XPCNativeInterface *, int, unsigned int *)
  1.1479 +
  1.1480 +<XPCWrappedNative>
  1.1481 +JS_DHashAllocTable
  1.1482 +JS_DHashTableFinish
  1.1483 +JS_DHashTableOperate
  1.1484 +XPCWrappedNative::GetNewOrUsed(XPCCallContext &, nsISupports *, XPCWrappedNativeScope *, XPCNativeInterface *, XPCWrappedNative **)
  1.1485 +
  1.1486 +<XPCWrappedNativeScope>
  1.1487 +JS_DHashAllocTable
  1.1488 +JS_DHashTableInit
  1.1489 +JS_NewDHashTable
  1.1490 +js_LookupProperty
  1.1491 +js_GetProperty
  1.1492 +XPCWrappedNativeScope::SetGlobal(XPCCallContext &, JSObject *)
  1.1493 +
  1.1494 +<nsXPCWrappedNativeClass>
  1.1495 +__builtin_new
  1.1496 +__builtin_vec_new
  1.1497 +nsXPCWrappedNativeClass::BuildMemberDescriptors(XPCContext *)
  1.1498 +
  1.1499 +#----------------------------------------------------------------------
  1.1500 +
  1.1501 +<nsNetModuleMgr>
  1.1502 +__builtin_new
  1.1503 +__builtin_vec_new
  1.1504 +nsNetModRegEntry::nsNetModRegEntry(char const *, nsINetNotify *, unsigned int *)
  1.1505 +nsNetModuleMgr::RegisterModule(char const *, nsINetNotify *)
  1.1506 +
  1.1507 +<nsProxyObjectManager>
  1.1508 +__builtin_new
  1.1509 +nsProxyObjectManager::nsProxyObjectManager(void)
  1.1510 +
  1.1511 +<nsProxyObjectManager>
  1.1512 +PR_Malloc
  1.1513 +PL_HashTableFinalize(PLHashTable *)
  1.1514 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1515 +nsHashtable::nsHashtable(unsigned int, int)
  1.1516 +nsProxyObjectManager::nsProxyObjectManager(void)
  1.1517 +
  1.1518 +<nsProxyEventClass>
  1.1519 +__builtin_new
  1.1520 +__builtin_vec_new
  1.1521 +nsProxyEventClass::nsProxyEventClass(nsID const &, nsIInterfaceInfo *)
  1.1522 +
  1.1523 +<nsProxyEventClass>
  1.1524 +__builtin_new
  1.1525 +nsHashtable::Put(nsHashKey *, void *)
  1.1526 +nsProxyEventClass::nsProxyEventClass(nsID const &, nsIInterfaceInfo *)
  1.1527 +
  1.1528 +<nsProxyEventClass>
  1.1529 +PR_Malloc
  1.1530 +PL_HashTableFinalize(PLHashTable *)
  1.1531 +PL_HashTableRawAdd
  1.1532 +nsHashtable::Put(nsHashKey *, void *)
  1.1533 +nsProxyEventClass::nsProxyEventClass(nsID const &, nsIInterfaceInfo *)
  1.1534 +
  1.1535 +<nsProxyEventObject>
  1.1536 +__builtin_new
  1.1537 +nsProxyEventKey::Clone(void) const
  1.1538 +nsHashtable::Put(nsHashKey *, void *)
  1.1539 +nsProxyEventObject::GetNewOrUsedProxy(nsIEventQueue *, int, nsISupports *, nsID const &)
  1.1540 +
  1.1541 +<nsProxyEventObject>
  1.1542 +PR_Malloc
  1.1543 +PL_HashTableFinalize(PLHashTable *)
  1.1544 +PL_HashTableRawAdd
  1.1545 +nsHashtable::Put(nsHashKey *, void *)
  1.1546 +nsProxyEventObject::GetNewOrUsedProxy(nsIEventQueue *, int, nsISupports *, nsID const &)
  1.1547 +
  1.1548 +# ----------------------------------------------------------------------
  1.1549 +#
  1.1550 +# nsComponentManagerImpl
  1.1551 +#
  1.1552 +
  1.1553 +<nsComponentManagerImpl>
  1.1554 +__builtin_new
  1.1555 +nsComponentManagerImpl::Init(void)
  1.1556 +
  1.1557 +<nsComponentManagerImpl>
  1.1558 +__builtin_new
  1.1559 +nsComponentManagerImpl::GetServiceByContractID(char const *, nsID const &, void **)
  1.1560 +
  1.1561 +<nsComponentManagerImpl>
  1.1562 +__builtin_new
  1.1563 +nsComponentManagerImpl::GetService(nsID const &, nsID const &, void **)
  1.1564 +
  1.1565 +<nsComponentManagerImpl>
  1.1566 +PR_Malloc
  1.1567 +PL_HashTableFinalize(PLHashTable *)
  1.1568 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1569 +nsHashtable::nsHashtable(unsigned int, int)
  1.1570 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.1571 +nsComponentManagerImpl::Init(void)
  1.1572 +
  1.1573 +<nsComponentManagerImpl>
  1.1574 +__builtin_vec_new
  1.1575 +nsComponentManagerImpl::Init(void)
  1.1576 +
  1.1577 +<nsComponentManagerImpl>
  1.1578 +__builtin_new
  1.1579 +nsComponentManagerImpl::PlatformPrePopulateRegistry(void)
  1.1580 +
  1.1581 +<nsComponentManagerImpl>
  1.1582 +__builtin_new
  1.1583 +nsComponentManagerImpl::RegisterFactory(nsID const &, char const *, char const *, nsIFactory *, int)
  1.1584 +
  1.1585 +<nsComponentManagerImpl>
  1.1586 +__builtin_new
  1.1587 +nsCStringKey::Clone(void) const
  1.1588 +nsHashtable::Put(nsHashKey *, void *)
  1.1589 +nsComponentManagerImpl::PlatformPrePopulateRegistry(void)
  1.1590 +
  1.1591 +<nsComponentManagerImpl>
  1.1592 +__builtin_new
  1.1593 +nsCStringKey::Clone(void) const
  1.1594 +nsHashtable::Put(nsHashKey *, void *)
  1.1595 +nsComponentManagerImpl::HashContractID(char const *, nsID const &)
  1.1596 +
  1.1597 +<nsComponentManagerImpl>
  1.1598 +__builtin_new
  1.1599 +nsCStringKey::Clone(void) const
  1.1600 +nsHashtable::Put(nsHashKey *, void *)
  1.1601 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1602 +nsComponentManagerImpl::Init(void)
  1.1603 +
  1.1604 +<nsComponentManagerImpl>
  1.1605 +__builtin_new
  1.1606 +nsCStringKey::Clone(void) const
  1.1607 +nsHashtable::Put(nsHashKey *, void *)
  1.1608 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1609 +nsComponentManagerImpl::GetLoaderForType(char const *, nsIComponentLoader **)
  1.1610 +
  1.1611 +<nsComponentManagerImpl>
  1.1612 +__builtin_new
  1.1613 +nsCStringKey::Clone(void) const
  1.1614 +nsHashtable::Put(nsHashKey *, void *)
  1.1615 +nsComponentManagerImpl::ContractIDToClassID(char const *, nsID *)
  1.1616 +
  1.1617 +<nsComponentManagerImpl>
  1.1618 +PR_Malloc
  1.1619 +PL_HashTableFinalize(PLHashTable *)
  1.1620 +PL_HashTableRawAdd
  1.1621 +nsHashtable::Put(nsHashKey *, void *)
  1.1622 +nsComponentManagerImpl::PlatformPrePopulateRegistry(void)
  1.1623 +
  1.1624 +<nsComponentManagerImpl>
  1.1625 +PR_Malloc
  1.1626 +PL_HashTableFinalize(PLHashTable *)
  1.1627 +PL_HashTableRawAdd
  1.1628 +nsHashtable::Put(nsHashKey *, void *)
  1.1629 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1630 +nsComponentManagerImpl::RegisterFactory(nsID const &, char const *, char const *, nsIFactory *, int)
  1.1631 +
  1.1632 +<nsComponentManagerImpl>
  1.1633 +__builtin_new
  1.1634 +nsHashtable::Put(nsHashKey *, void *)
  1.1635 +nsComponentManagerImpl::PlatformPrePopulateRegistry(void)
  1.1636 +
  1.1637 +<nsComponentManagerImpl>
  1.1638 +__builtin_new
  1.1639 +nsHashtable::Put(nsHashKey *, void *)
  1.1640 +nsComponentManagerImpl::RegisterFactory(nsID const &, char const *, char const *, nsIFactory *, int)
  1.1641 +
  1.1642 +<nsComponentManagerImpl>
  1.1643 +nsMemoryImpl::Alloc(unsigned int)
  1.1644 +nsMemory::Alloc(unsigned int)
  1.1645 +nsCStringKey::Clone(void) const
  1.1646 +nsHashtable::Put(nsHashKey *, void *)
  1.1647 +nsComponentManagerImpl::PlatformPrePopulateRegistry(void)
  1.1648 +
  1.1649 +<nsComponentManagerImpl>
  1.1650 +PR_Malloc
  1.1651 +bufio_SetBufferSize
  1.1652 +nsXPTCStubBase::Sentinel9(void)
  1.1653 +NR_RegSetBufferSize
  1.1654 +nsRegistry::SetBufferSize(int)
  1.1655 +nsComponentManagerImpl::AutoRegister(int, nsIFile *)
  1.1656 +
  1.1657 +<nsComponentManagerImpl>
  1.1658 +__builtin_new
  1.1659 +nsComponentManagerImpl::HashContractID(char const *, nsID const &)
  1.1660 +
  1.1661 +<nsComponentManagerImpl>
  1.1662 +__builtin_new
  1.1663 +nsComponentManagerImpl::RegisterComponentCommon(nsID const &, char const *, char const *, char const *, int, int, char const *)
  1.1664 +
  1.1665 +<nsComponentManagerImpl>
  1.1666 +__builtin_new
  1.1667 +nsHashtable::Put(nsHashKey *, void *)
  1.1668 +nsComponentManagerImpl::RegisterComponentCommon(nsID const &, char const *, char const *, char const *, int, int, char const *)
  1.1669 +
  1.1670 +<nsComponentManagerImpl>
  1.1671 +PR_Malloc
  1.1672 +PL_HashTableFinalize(PLHashTable *)
  1.1673 +PL_HashTableRawAdd
  1.1674 +nsHashtable::Put(nsHashKey *, void *)
  1.1675 +nsComponentManagerImpl::HashContractID(char const *, nsID const &)
  1.1676 +
  1.1677 +<nsComponentManagerImpl>
  1.1678 +PR_Malloc
  1.1679 +PL_HashTableFinalize(PLHashTable *)
  1.1680 +PL_HashTableRawAdd
  1.1681 +nsHashtable::Put(nsHashKey *, void *)
  1.1682 +nsComponentManagerImpl::RegisterFactory(nsID const &, char const *, char const *, nsIFactory *, int)
  1.1683 +
  1.1684 +<nsComponentManagerImpl>
  1.1685 +PR_Malloc
  1.1686 +PL_HashTableFinalize(PLHashTable *)
  1.1687 +PL_HashTableRawAdd
  1.1688 +nsHashtable::Put(nsHashKey *, void *)
  1.1689 +nsComponentManagerImpl::ContractIDToClassID(char const *, nsID *)
  1.1690 +
  1.1691 +<nsComponentManagerImpl>
  1.1692 +PR_Malloc
  1.1693 +PL_HashTableFinalize(PLHashTable *)
  1.1694 +PL_HashTableRawAdd
  1.1695 +nsHashtable::Put(nsHashKey *, void *)
  1.1696 +nsComponentManagerImpl::HashContractID(char const *, nsFactoryEntry *)
  1.1697 +
  1.1698 +<nsComponentManagerImpl>
  1.1699 +PR_Malloc
  1.1700 +nsMemoryImpl::Alloc(unsigned int)
  1.1701 +nsMemory::Alloc(unsigned int)
  1.1702 +nsCStringKey::Clone(void) const
  1.1703 +nsHashtable::Put(nsHashKey *, void *)
  1.1704 +nsComponentManagerImpl::HashContractID(char const *, nsFactoryEntry *)
  1.1705 +
  1.1706 +<nsComponentManagerImpl>
  1.1707 +__builtin_new
  1.1708 +nsComponentManagerImpl::GetService(char const *, nsID const &, nsISupports **, nsIShutdownListener *)
  1.1709 +
  1.1710 +<nsComponentManagerImpl>
  1.1711 +__builtin_new
  1.1712 +nsComponentManagerImpl::GetService(nsID const &, nsID const &, nsISupports **, nsIShutdownListener *)
  1.1713 +
  1.1714 +<nsComponentManagerImpl>
  1.1715 +PR_Malloc
  1.1716 +nsMemoryImpl::Alloc(unsigned int)
  1.1717 +nsMemory::Alloc(unsigned int)
  1.1718 +nsStr::Alloc(nsStr &, unsigned int)
  1.1719 +nsStr::Realloc(nsStr &, unsigned int)
  1.1720 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.1721 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.1722 +nsCString::SetCapacity(unsigned int)
  1.1723 +nsCString::SetLength(unsigned int)
  1.1724 +nsACString::do_AssignFromReadable(nsACString const &)
  1.1725 +nsACString::do_AssignFromElementPtr(char const *)
  1.1726 +nsCString::nsCString(char const *)
  1.1727 +nsFactoryEntry::nsFactoryEntry(nsID const &, char const *, int)
  1.1728 +nsComponentManagerImpl::PlatformPrePopulateRegistry(void)
  1.1729 +
  1.1730 +<nsComponentManagerImpl>
  1.1731 +PL_strdup
  1.1732 +nsComponentManagerImpl::HashContractID(char const *, nsFactoryEntry *)
  1.1733 +
  1.1734 +<nsComponentManagerImpl>
  1.1735 +PL_strdup
  1.1736 +nsFactoryEntry::nsFactoryEntry(nsID const &, char const *, int)
  1.1737 +nsComponentManagerImpl::PlatformPrePopulateRegistry(void)
  1.1738 +
  1.1739 +<nsComponentManagerImpl>
  1.1740 +PL_DHashAllocTable
  1.1741 +PL_DHashTableInit
  1.1742 +nsComponentManagerImpl::Init(void)
  1.1743 +
  1.1744 +# ----------------------------------------------------------------------
  1.1745 +
  1.1746 +<nsZipArchive>
  1.1747 +__builtin_new
  1.1748 +nsZipArchive::BuildFileList(void)
  1.1749 +
  1.1750 +<nsStaticCaseInsensitiveNameTable>
  1.1751 +__builtin_new
  1.1752 +nsStaticCaseInsensitiveNameTable::Init(char const **, int)
  1.1753 +
  1.1754 +<nsStaticCaseInsensitiveNameTable>
  1.1755 +__builtin_new
  1.1756 +nsCStringKey::Clone(void) const
  1.1757 +nsHashtable::Put(nsHashKey *, void *)
  1.1758 +nsStaticCaseInsensitiveNameTable::Init(char const **, int)
  1.1759 +
  1.1760 +<nsStaticCaseInsensitiveNameTable>
  1.1761 +PR_Malloc
  1.1762 +PL_HashTableFinalize(PLHashTable *)
  1.1763 +PL_HashTableRawAdd
  1.1764 +nsHashtable::Put(nsHashKey *, void *)
  1.1765 +nsStaticCaseInsensitiveNameTable::Init(char const **, int)
  1.1766 +
  1.1767 +# ----------------------------------------------------------------------
  1.1768 +#
  1.1769 +# nsDrawingSurfaceGTK
  1.1770 +#
  1.1771 +
  1.1772 +<nsDrawingSurfaceGTK>
  1.1773 +PR_Malloc
  1.1774 +PL_HashTableFinalize(PLHashTable *)
  1.1775 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1776 +nsHashtable::nsHashtable(unsigned int, int)
  1.1777 +nsDrawingSurfaceGTK::Init(_GdkGC *, unsigned int, unsigned int, unsigned int)
  1.1778 +
  1.1779 +<nsDrawingSurfaceGTK>
  1.1780 +PR_Malloc
  1.1781 +PL_HashTableFinalize(PLHashTable *)
  1.1782 +PL_HashTableRawAdd
  1.1783 +nsHashtable::Put(nsHashKey *, void *)
  1.1784 +nsDrawingSurfaceGTK::Init(_GdkGC *, unsigned int, unsigned int, unsigned int)
  1.1785 +
  1.1786 +<nsDrawingSurfaceGTK>
  1.1787 +__builtin_new
  1.1788 +nsCStringKey::Clone(void) const
  1.1789 +nsHashtable::Put(nsHashKey *, void *)
  1.1790 +nsDrawingSurfaceGTK type_info function
  1.1791 +
  1.1792 +<nsDrawingSurfaceGTK>
  1.1793 +PR_Malloc
  1.1794 +nsDrawingSurfaceGTK::Init(_GdkGC *, unsigned int, unsigned int, unsigned int)
  1.1795 +
  1.1796 +# ----------------------------------------------------------------------
  1.1797 +#
  1.1798 +# nsNativeComponentLoader
  1.1799 +#
  1.1800 +
  1.1801 +<nsNativeComponentLoader>
  1.1802 +__builtin_new
  1.1803 +nsNativeComponentLoader::Init(nsIComponentManager *, nsISupports *)
  1.1804 +
  1.1805 +<nsNativeComponentLoader>
  1.1806 +PR_Malloc
  1.1807 +PL_HashTableFinalize(PLHashTable *)
  1.1808 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1809 +nsHashtable::nsHashtable(unsigned int, int)
  1.1810 +nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int)
  1.1811 +nsNativeComponentLoader::Init(nsIComponentManager *, nsISupports *)
  1.1812 +
  1.1813 +<nsNativeComponentLoader>
  1.1814 +__builtin_new
  1.1815 +nsCStringKey::Clone(void) const
  1.1816 +nsHashtable::Put(nsHashKey *, void *)
  1.1817 +nsNativeComponentLoader::CreateDll
  1.1818 +
  1.1819 +<nsNativeComponentLoader>
  1.1820 +__builtin_new
  1.1821 +nsNativeComponentLoader::CreateDll(nsIFile *, char const *, long long *, long long *, nsDll **)
  1.1822 +
  1.1823 +<nsNativeComponentLoader>
  1.1824 +__builtin_new
  1.1825 +nsCStringKey::Clone(void) const
  1.1826 +nsHashtable::Put(nsHashKey *, void *)
  1.1827 +nsNativeComponentLoader::CreateDll(nsIFile *, char const *, long long *, long long *, nsDll **)
  1.1828 +
  1.1829 +<nsNativeComponentLoader>
  1.1830 +PR_Malloc
  1.1831 +PL_HashTableFinalize(PLHashTable *)
  1.1832 +PL_HashTableRawAdd
  1.1833 +nsHashtable::Put(nsHashKey *, void *)
  1.1834 +nsNativeComponentLoader::CreateDll(nsIFile *, char const *, long long *, long long *, nsDll **)
  1.1835 +
  1.1836 +<nsNativeComponentLoader>
  1.1837 +PR_Malloc
  1.1838 +nsMemoryImpl::Alloc(unsigned int)
  1.1839 +nsMemory::Alloc(unsigned int)
  1.1840 +nsCStringKey::Clone(void) const
  1.1841 +nsHashtable::Put(nsHashKey *, void *)
  1.1842 +nsNativeComponentLoader::CreateDll(nsIFile *, char const *, long long *, long long *, nsDll **)
  1.1843 +
  1.1844 +<nsNativeComponentLoader>
  1.1845 +PL_strdup
  1.1846 +nsDll::nsDll(nsIFile *, char const *, long long *, long long *)
  1.1847 +nsNativeComponentLoader::CreateDll(nsIFile *, char const *, long long *, long long *, nsDll **)
  1.1848 +
  1.1849 +# ----------------------------------------------------------------------
  1.1850 +
  1.1851 +<nsDirectoryService>
  1.1852 +__builtin_new
  1.1853 +nsCStringKey::Clone(void) const
  1.1854 +nsHashtable::Put(nsHashKey *, void *)
  1.1855 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1856 +nsDirectoryService::Set(char const *, nsISupports *)
  1.1857 +
  1.1858 +<nsDirectoryService>
  1.1859 +PR_Malloc
  1.1860 +PL_HashTableFinalize(PLHashTable *)
  1.1861 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1862 +nsHashtable::nsHashtable(unsigned int, int)
  1.1863 +nsDirectoryService::Init(void)
  1.1864 +
  1.1865 +<nsDirectoryService>
  1.1866 +PR_Malloc
  1.1867 +PL_HashTableFinalize(PLHashTable *)
  1.1868 +PL_HashTableRawAdd
  1.1869 +nsHashtable::Put(nsHashKey *, void *)
  1.1870 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1871 +nsDirectoryService::Set(char const *, nsISupports *)
  1.1872 +
  1.1873 +<nsDirectoryService>
  1.1874 +PR_Malloc
  1.1875 +PL_HashTableFinalize(PLHashTable *)
  1.1876 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1877 +nsHashtable::nsHashtable(unsigned int, int)
  1.1878 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.1879 +nsDirectoryService::Init(char const *)
  1.1880 +
  1.1881 +<nsDirectoryService>
  1.1882 +PR_Malloc
  1.1883 +PL_HashTableFinalize(PLHashTable *)
  1.1884 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1885 +nsHashtable::nsHashtable(unsigned int, int)
  1.1886 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.1887 +nsDirectoryService::Init(void)
  1.1888 +
  1.1889 +#----------------------------------------------------------------------
  1.1890 +#
  1.1891 +# nsResProtocolHandler
  1.1892 +#
  1.1893 +
  1.1894 +<nsResProtocolHandler>
  1.1895 +__builtin_new
  1.1896 +nsCStringKey::Clone(void) const
  1.1897 +nsHashtable::Put(nsHashKey *, void *)
  1.1898 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1899 +nsResProtocolHandler::AppendSubstitution(char const *, char const *)
  1.1900 +
  1.1901 +<nsResProtocolHandler>
  1.1902 +PR_Malloc
  1.1903 +PL_HashTableFinalize(PLHashTable *)
  1.1904 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1905 +nsHashtable::nsHashtable(unsigned int, int)
  1.1906 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.1907 +nsResProtocolHandler::nsResProtocolHandler(void)
  1.1908 +
  1.1909 +<nsResProtocolHandler>
  1.1910 +PR_Malloc
  1.1911 +PL_HashTableFinalize(PLHashTable *)
  1.1912 +PL_HashTableRawAdd
  1.1913 +nsHashtable::Put(nsHashKey *, void *)
  1.1914 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1915 +nsResProtocolHandler::AppendSubstitution(char const *, char const *)
  1.1916 +
  1.1917 +<nsResProtocolHandler>
  1.1918 +PR_Malloc
  1.1919 +PL_HashTableFinalize(PLHashTable *)
  1.1920 +PL_HashTableRawAdd
  1.1921 +nsHashtable::Put(nsHashKey *, void *)
  1.1922 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1923 +nsResProtocolHandler::SetSubstitution(char const *, nsIURI *)
  1.1924 +
  1.1925 +# ----------------------------------------------------------------------
  1.1926 +#
  1.1927 +# nsChromeRegistry
  1.1928 +#
  1.1929 +
  1.1930 +<nsChromeRegistry>
  1.1931 +__builtin_new
  1.1932 +nsCStringKey::Clone(void) const
  1.1933 +nsHashtable::Put(nsHashKey *, void *)
  1.1934 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1935 +nsChromeRegistry::LoadDataSource(nsCString const &, nsIRDFDataSource **, int, char const *)
  1.1936 +
  1.1937 +<nsChromeRegistry>
  1.1938 +PR_Malloc
  1.1939 +PL_HashTableFinalize(PLHashTable *)
  1.1940 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1941 +nsHashtable::nsHashtable(unsigned int, int)
  1.1942 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.1943 +nsChromeRegistry::LoadDataSource(nsCString const &, nsIRDFDataSource **, int, char const *)
  1.1944 +
  1.1945 +<nsChromeRegistry>
  1.1946 +PR_Malloc
  1.1947 +PL_HashTableFinalize(PLHashTable *)
  1.1948 +PL_HashTableRawAdd
  1.1949 +nsHashtable::Put(nsHashKey *, void *)
  1.1950 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1951 +nsChromeRegistry::LoadDataSource(nsCString const &, nsIRDFDataSource **, int, char const *)
  1.1952 +
  1.1953 +<nsChromeRegistry>
  1.1954 +PR_Malloc
  1.1955 +nsMemoryImpl::Alloc(unsigned int)
  1.1956 +nsMemory::Alloc(unsigned int)
  1.1957 +ToNewCString(nsACString const &)
  1.1958 +nsStdURL::GetSpec(char **)
  1.1959 +RDFXMLDataSourceImpl::Init(char const *)
  1.1960 +nsChromeRegistry::LoadDataSource(nsCString const &, nsIRDFDataSource **, int, char const *)
  1.1961 +
  1.1962 +<nsChromeRegistry>
  1.1963 +PR_Malloc
  1.1964 +nsMemoryImpl::Alloc(unsigned int)
  1.1965 +nsMemory::Alloc(unsigned int)
  1.1966 +nsCStringKey::Clone(void) const
  1.1967 +nsHashtable::Put(nsHashKey *, void *)
  1.1968 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1969 +nsChromeRegistry::LoadDataSource(nsCString const &, nsIRDFDataSource **, int, char const *)
  1.1970 +
  1.1971 +# ----------------------------------------------------------------------
  1.1972 +
  1.1973 +<nsZipReaderCache>
  1.1974 +__builtin_new
  1.1975 +nsCStringKey::Clone(void) const
  1.1976 +nsHashtable::Put(nsHashKey *, void *)
  1.1977 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1978 +nsZipReaderCache::GetZip(nsIFile *, nsIZipReader **)
  1.1979 +
  1.1980 +<nsZipReaderCache>
  1.1981 +PR_Malloc
  1.1982 +PL_HashTableFinalize(PLHashTable *)
  1.1983 +PL_HashTableRawAdd
  1.1984 +nsHashtable::Put(nsHashKey *, void *)
  1.1985 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.1986 +nsZipReaderCache::GetZip(nsIFile *, nsIZipReader **)
  1.1987 +
  1.1988 +<nsZipReaderCache>
  1.1989 +PR_Malloc
  1.1990 +PL_HashTableFinalize(PLHashTable *)
  1.1991 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.1992 +nsHashtable::nsHashtable(unsigned int, int)
  1.1993 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.1994 +nsZipReaderCache::nsZipReaderCache(void)
  1.1995 +
  1.1996 +<nsZipReaderCache>
  1.1997 +__builtin_new
  1.1998 +nsZipReaderCache::GetZip(nsIFile *, nsIZipReader **)
  1.1999 +
  1.2000 +# ----------------------------------------------------------------------
  1.2001 +#
  1.2002 +# nsXBLDocumentInfo
  1.2003 +#
  1.2004 +
  1.2005 +<nsXBLDocumentInfo>
  1.2006 +PR_Malloc
  1.2007 +PL_HashTableFinalize(PLHashTable *)
  1.2008 +PL_HashTableRawAdd
  1.2009 +nsHashtable::Put(nsHashKey *, void *)
  1.2010 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2011 +nsXBLDocumentInfo::SetPrototypeBinding(nsACString const &, nsIXBLPrototypeBinding *)
  1.2012 +
  1.2013 +<nsXBLDocumentInfo>
  1.2014 +PR_Malloc
  1.2015 +PL_HashTableFinalize(PLHashTable *)
  1.2016 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2017 +nsHashtable::nsHashtable(unsigned int, int)
  1.2018 +nsXBLDocumentInfo::SetPrototypeBinding(nsACString const &, nsIXBLPrototypeBinding *)
  1.2019 +
  1.2020 +<nsXBLDocumentInfo>
  1.2021 +__builtin_new
  1.2022 +nsCStringKey::Clone(void) const
  1.2023 +nsHashtable::Put(nsHashKey *, void *)
  1.2024 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2025 +nsXBLDocumentInfo::SetPrototypeBinding(nsCString const &, nsIXBLPrototypeBinding *)
  1.2026 +
  1.2027 +<nsXBLDocumentInfo>
  1.2028 +PR_Malloc
  1.2029 +PL_HashTableFinalize(PLHashTable *)
  1.2030 +PL_HashTableRawAdd
  1.2031 +nsHashtable::Put(nsHashKey *, void *)
  1.2032 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2033 +nsXBLDocumentInfo::SetPrototypeBinding(basic_nsAReadableString<char> const &, nsIXBLPrototypeBinding *)
  1.2034 +
  1.2035 +<nsXBLDocumentInfo>
  1.2036 +__builtin_new
  1.2037 +nsXBLDocumentInfo::SetPrototypeBinding(nsCString const &, nsIXBLPrototypeBinding *)
  1.2038 +
  1.2039 +<nsXBLDocumentInfo>
  1.2040 +PR_Malloc
  1.2041 +PL_HashTableFinalize(PLHashTable *)
  1.2042 +PL_HashTableRawAdd
  1.2043 +nsHashtable::Put(nsHashKey *, void *)
  1.2044 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2045 +nsXBLDocumentInfo::SetPrototypeBinding(nsCString const &, nsIXBLPrototypeBinding *)
  1.2046 +
  1.2047 +<nsXBLDocumentInfo>
  1.2048 +PR_Malloc
  1.2049 +PL_HashTableFinalize(PLHashTable *)
  1.2050 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2051 +nsHashtable::nsHashtable(unsigned int, int)
  1.2052 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.2053 +nsXBLDocumentInfo::SetPrototypeBinding(basic_nsAReadableString<char> const &, nsIXBLPrototypeBinding *)
  1.2054 +
  1.2055 +<nsXBLDocumentInfo>
  1.2056 +__builtin_new
  1.2057 +nsXBLDocumentInfo::SetPrototypeBinding(basic_nsAReadableString<char> const &, nsIXBLPrototypeBinding *)
  1.2058 +
  1.2059 +<nsXBLDocumentInfo>
  1.2060 +PR_Malloc
  1.2061 +nsMemoryImpl::Alloc(unsigned int)
  1.2062 +nsMemory::Alloc(unsigned int)
  1.2063 +nsStr::Alloc(nsStr &, unsigned int)
  1.2064 +nsStr::Realloc(nsStr &, unsigned int)
  1.2065 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.2066 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.2067 +nsCString::SetCapacity(unsigned int)
  1.2068 +nsCString::SetLength(unsigned int)
  1.2069 +~.*
  1.2070 +~.*
  1.2071 +basic_nsAWritableString<char>::Assign(char const *)
  1.2072 +nsCString::operator=(char const *)
  1.2073 +nsXBLDocumentInfo::nsXBLDocumentInfo(char const *, nsIDocument *)
  1.2074 +
  1.2075 +<nsXBLDocumentInfo>
  1.2076 +PR_Malloc
  1.2077 +nsMemoryImpl::Alloc(unsigned int)
  1.2078 +nsMemory::Alloc(unsigned int)
  1.2079 +nsCStringKey::Clone(void) const
  1.2080 +nsHashtable::Put(nsHashKey *, void *)
  1.2081 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2082 +nsXBLDocumentInfo::SetPrototypeBinding(nsACString const &, nsIXBLPrototypeBinding *)
  1.2083 +
  1.2084 +<nsXBLDocumentInfo>
  1.2085 +PR_Malloc
  1.2086 +nsMemoryImpl::Alloc(unsigned int)
  1.2087 +nsMemory::Alloc(unsigned int)
  1.2088 +nsStr::Alloc(nsStr &, unsigned int)
  1.2089 +nsStr::Realloc(nsStr &, unsigned int)
  1.2090 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.2091 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.2092 +nsCString::SetCapacity(unsigned int)
  1.2093 +nsCString::SetLength(unsigned int)
  1.2094 +nsACString::do_AssignFromReadable(nsACString const &)
  1.2095 +nsACString::do_AssignFromElementPtr(char const *)
  1.2096 +nsXBLDocumentInfo::nsXBLDocumentInfo(char const *, nsIDocument *)
  1.2097 +
  1.2098 +<nsXBLDocumentInfo>
  1.2099 +__builtin_new
  1.2100 +nsXBLDocumentInfo::SetPrototypeBinding(nsACString const &, nsIXBLPrototypeBinding *)
  1.2101 +
  1.2102 +# ----------------------------------------------------------------------
  1.2103 +#
  1.2104 +# nsXULPrototypeCache
  1.2105 +#
  1.2106 +
  1.2107 +<nsXULPrototypeCache>
  1.2108 +__builtin_new
  1.2109 +nsCStringKey::Clone(void) const
  1.2110 +nsHashtable::Put(nsHashKey *, void *)
  1.2111 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2112 +nsXULPrototypeCache::PutXBLDocumentInfo(nsXBLDocumentInfo *)
  1.2113 +
  1.2114 +<nsXULPrototypeCache>
  1.2115 +PR_Malloc
  1.2116 +PL_HashTableFinalize(PLHashTable *)
  1.2117 +PL_HashTableRawAdd
  1.2118 +nsHashtable::Put(nsHashKey *, void *)
  1.2119 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2120 +nsXULPrototypeCache::PutPrototype(nsIXULPrototypeDocument *)
  1.2121 +
  1.2122 +<nsXULPrototypeCache>
  1.2123 +PR_Malloc
  1.2124 +PL_HashTableFinalize(PLHashTable *)
  1.2125 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2126 +nsHashtable::nsHashtable(unsigned int, int)
  1.2127 +nsXULPrototypeCache::nsXULPrototypeCache(void)
  1.2128 +
  1.2129 +<nsXULPrototypeCache>
  1.2130 +PR_Malloc
  1.2131 +PL_HashTableFinalize(PLHashTable *)
  1.2132 +PL_HashTableRawAdd
  1.2133 +nsHashtable::Put(nsHashKey *, void *)
  1.2134 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2135 +nsXULPrototypeCache::PutXBLDocumentInfo(nsXBLDocumentInfo *)
  1.2136 +
  1.2137 +<nsXULPrototypeCache>
  1.2138 +PR_Malloc
  1.2139 +PL_HashTableFinalize(PLHashTable *)
  1.2140 +PL_HashTableRawAdd
  1.2141 +nsHashtable::Put(nsHashKey *, void *)
  1.2142 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2143 +nsXULPrototypeCache::PutStyleSheet(nsICSSStyleSheet *)
  1.2144 +
  1.2145 +<nsXULPrototypeCache>
  1.2146 +PR_Malloc
  1.2147 +PL_HashTableFinalize(PLHashTable *)
  1.2148 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2149 +nsHashtable::nsHashtable(unsigned int, int)
  1.2150 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.2151 +nsXULPrototypeCache::nsXULPrototypeCache(void)
  1.2152 +
  1.2153 +<nsXULPrototypeCache>
  1.2154 +PR_Malloc
  1.2155 +nsMemoryImpl::Alloc(unsigned int)
  1.2156 +nsMemory::Alloc(unsigned int)
  1.2157 +nsCStringKey::Clone(void) const
  1.2158 +nsHashtable::Put(nsHashKey *, void *)
  1.2159 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2160 +nsXULPrototypeCache::PutXBLDocumentInfo(nsXBLDocumentInfo *)
  1.2161 +
  1.2162 +<nsXULPrototypeCache>
  1.2163 +PR_Malloc
  1.2164 +PL_HashTableFinalize(PLHashTable *)
  1.2165 +PL_HashTableRawAdd
  1.2166 +nsHashtable::Put(nsHashKey *, void *)
  1.2167 +nsXULPrototypeCache::PutScript(nsIURI *, void *)
  1.2168 +
  1.2169 +# nsXULPrototypeElement
  1.2170 +<nsXULPrototypeCache>
  1.2171 +__builtin_new
  1.2172 +XULContentSinkImpl::CreateElement(nsINodeInfo *, nsXULPrototypeElement **)
  1.2173 +
  1.2174 +# nsXULPrototypeNode
  1.2175 +<nsXULPrototypeCache>
  1.2176 +__builtin_new
  1.2177 +__builtin_vec_new
  1.2178 +XULContentSinkImpl::CloseContainer(nsIParserNode const &)
  1.2179 +
  1.2180 +# nsXULPrototypeScript
  1.2181 +<nsXULPrototypeCache>
  1.2182 +__builtin_new
  1.2183 +XULContentSinkImpl::OpenScript(nsIParserNode const &)
  1.2184 +
  1.2185 +# ----------------------------------------------------------------------
  1.2186 +#
  1.2187 +# nsExternalHelperAppService
  1.2188 +#
  1.2189 +
  1.2190 +<nsExternalHelperAppService>
  1.2191 +__builtin_new
  1.2192 +nsExternalHelperAppService::nsExternalHelperAppService(void)
  1.2193 +
  1.2194 +<nsExternalHelperAppService>
  1.2195 +__builtin_new
  1.2196 +nsCStringKey::Clone(void) const
  1.2197 +nsHashtable::Put(nsHashKey *, void *)
  1.2198 +nsExternalHelperAppService::AddMimeInfoToCache(nsIMIMEInfo *)
  1.2199 +
  1.2200 +<nsExternalHelperAppService>
  1.2201 +PR_Malloc
  1.2202 +PL_HashTableFinalize(PLHashTable *)
  1.2203 +PL_HashTableRawAdd
  1.2204 +nsHashtable::Put(nsHashKey *, void *)
  1.2205 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2206 +nsExternalHelperAppService::AddMimeInfoToCache(nsIMIMEInfo *)
  1.2207 +
  1.2208 +<nsExternalHelperAppService>
  1.2209 +PR_Malloc
  1.2210 +PL_HashTableFinalize(PLHashTable *)
  1.2211 +PL_HashTableRawAdd
  1.2212 +nsHashtable::Put(nsHashKey *, void *)
  1.2213 +nsExternalHelperAppService::AddMimeInfoToCache(nsIMIMEInfo *)
  1.2214 +
  1.2215 +<nsExternalHelperAppService>
  1.2216 +PR_Malloc
  1.2217 +nsMemoryImpl::Alloc(unsigned int)
  1.2218 +nsMemory::Alloc(unsigned int)
  1.2219 +nsCStringKey::Clone(void) const
  1.2220 +nsHashtable::Put(nsHashKey *, void *)
  1.2221 +nsExternalHelperAppService::AddMimeInfoToCache(nsIMIMEInfo *)
  1.2222 +
  1.2223 +<nsExternalHelperAppService>
  1.2224 +PR_Malloc
  1.2225 +nsVoidArray::SizeTo(int)
  1.2226 +nsVoidArray::GrowArrayBy(int)
  1.2227 +nsVoidArray::InsertElementAt(void *, int)
  1.2228 +nsTArray<nsCString>::InsertElementAt(int, nsCString const &)
  1.2229 +nsMIMEInfoImpl::SetFileExtensions(char const *)
  1.2230 +nsExternalHelperAppService::AddDefaultMimeTypesToCache(void)
  1.2231 + 
  1.2232 +# ----------------------------------------------------------------------
  1.2233 +#
  1.2234 +# nsCategoryManager
  1.2235 +#
  1.2236 +
  1.2237 +<nsCategoryManager>
  1.2238 +__builtin_new
  1.2239 +nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **)
  1.2240 +
  1.2241 +<nsCategoryManager>
  1.2242 +PR_Malloc
  1.2243 +PL_HashTableFinalize(PLHashTable *)
  1.2244 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2245 +nsHashtable::nsHashtable(unsigned int, int)
  1.2246 +nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int)
  1.2247 +nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **)
  1.2248 +
  1.2249 +<nsCategoryManager>
  1.2250 +__builtin_new
  1.2251 +nsCStringKey::Clone(void) const
  1.2252 +nsHashtable::Put(nsHashKey *, void *)
  1.2253 +nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **)
  1.2254 +
  1.2255 +<nsCategoryManager>
  1.2256 +PR_Malloc
  1.2257 +PL_HashTableFinalize(PLHashTable *)
  1.2258 +PL_HashTableRawAdd
  1.2259 +nsHashtable::Put(nsHashKey *, void *)
  1.2260 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2261 +nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **)
  1.2262 +
  1.2263 +<nsCategoryManager>
  1.2264 +PR_Malloc
  1.2265 +PL_HashTableFinalize(PLHashTable *)
  1.2266 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2267 +nsHashtable::nsHashtable(unsigned int, int)
  1.2268 +__17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii
  1.2269 +CategoryNode::CategoryNode(void)
  1.2270 +nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **)
  1.2271 +
  1.2272 +<nsCategoryManager>
  1.2273 +PR_Malloc
  1.2274 +PL_HashTableFinalize(PLHashTable *)
  1.2275 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2276 +nsHashtable::nsHashtable(unsigned int, int)
  1.2277 +__17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii
  1.2278 +nsCategoryManager::nsCategoryManager(void)
  1.2279 +
  1.2280 +<nsCategoryManager>
  1.2281 +PR_Malloc
  1.2282 +PL_HashTableFinalize(PLHashTable *)
  1.2283 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2284 +nsHashtable::nsHashtable(unsigned int, int)
  1.2285 +__17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii
  1.2286 +CategoryNode::CategoryNode(void)
  1.2287 +nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **)
  1.2288 +
  1.2289 +<nsCategoryManager>
  1.2290 +PR_Malloc
  1.2291 +PL_HashTableFinalize(PLHashTable *)
  1.2292 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2293 +nsHashtable::nsHashtable(unsigned int, int)
  1.2294 +__17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii
  1.2295 +nsCategoryManager::nsCategoryManager(void)
  1.2296 +
  1.2297 +<nsCategoryManager>
  1.2298 +PR_Malloc
  1.2299 +PL_HashTableFinalize(PLHashTable *)
  1.2300 +PL_HashTableRawAdd
  1.2301 +nsHashtable::Put(nsHashKey *, void *)
  1.2302 +nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **)
  1.2303 +
  1.2304 +<nsCategoryManager>
  1.2305 +PR_Malloc
  1.2306 +nsMemoryImpl::Alloc(unsigned int)
  1.2307 +nsMemory::Alloc(unsigned int)
  1.2308 +nsCStringKey::Clone(void) const
  1.2309 +nsHashtable::Put(nsHashKey *, void *)
  1.2310 +nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **)
  1.2311 +
  1.2312 +<nsCategoryManager>
  1.2313 +PR_Malloc
  1.2314 +nsMemoryImpl::Alloc(unsigned int)
  1.2315 +nsMemory::Alloc(unsigned int)
  1.2316 +nsCStringKey::Clone(void) const
  1.2317 +nsHashtable::Put(nsHashKey *, void *)
  1.2318 +nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **)
  1.2319 +
  1.2320 +<nsCategoryManager>
  1.2321 +PR_Malloc
  1.2322 +nsMemoryImpl::Alloc(unsigned int)
  1.2323 +nsMemory::Alloc(unsigned int)
  1.2324 +nsStr::Alloc(nsStr &, unsigned int)
  1.2325 +nsStr::Realloc(nsStr &, unsigned int)
  1.2326 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.2327 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.2328 +nsCString::SetCapacity(unsigned int)
  1.2329 +nsCString::SetLength(unsigned int)
  1.2330 +nsACString::do_AssignFromReadable(nsACString const &)
  1.2331 +nsACString::do_AssignFromElementPtr(char const *)
  1.2332 +nsCString::nsCString(char const *)
  1.2333 +nsCategoryManager::AddCategoryEntry(char const *, char const *, char const *, int, int, char **)
  1.2334 +
  1.2335 +# ----------------------------------------------------------------------
  1.2336 +#
  1.2337 +# nsScriptNameSpaceManager
  1.2338 +#
  1.2339 +
  1.2340 +<nsScriptNameSpaceManager>
  1.2341 +PR_Malloc
  1.2342 +PL_HashTableFinalize(PLHashTable *)
  1.2343 +PL_HashTableRawAdd
  1.2344 +nsHashtable::Put(nsHashKey *, void *)
  1.2345 +nsScriptNameSpaceManager::RegisterClassName(char const *, int)
  1.2346 +
  1.2347 +<nsScriptNameSpaceManager>
  1.2348 +PR_Malloc
  1.2349 +PL_HashTableFinalize(PLHashTable *)
  1.2350 +PL_HashTableRawAdd
  1.2351 +nsHashtable::Put(nsHashKey *, void *)
  1.2352 +nsScriptNameSpaceManager::FillHashWithDOMInterfaces(void)
  1.2353 +
  1.2354 +<nsScriptNameSpaceManager>
  1.2355 +PR_Malloc
  1.2356 +PL_HashTableFinalize(PLHashTable *)
  1.2357 +PL_HashTableRawAdd
  1.2358 +nsHashtable::Put(nsHashKey *, void *)
  1.2359 +nsScriptNameSpaceManager::FillHash(nsICategoryManager *, char const *, nsGlobalNameStruct::nametype)
  1.2360 +
  1.2361 +<nsScriptNameSpaceManager>
  1.2362 +__builtin_new
  1.2363 +nsScriptNameSpaceManager::RegisterClassName(char const *, int)
  1.2364 +
  1.2365 +# ----------------------------------------------------------------------
  1.2366 +#
  1.2367 +# nsScriptSecurityManager
  1.2368 +#
  1.2369 +
  1.2370 +<nsScriptSecurityManager>
  1.2371 +PR_Malloc
  1.2372 +PL_HashTableFinalize(PLHashTable *)
  1.2373 +PL_HashTableRawAdd
  1.2374 +nsHashtable::Put(nsHashKey *, void *)
  1.2375 +nsScriptSecurityManager::InitPolicies(unsigned int, char const **, nsISecurityPref *)
  1.2376 +
  1.2377 +<nsScriptSecurityManager>
  1.2378 +__builtin_new
  1.2379 +nsScriptSecurityManager::EnumeratePolicyCallback(char const *, void *)
  1.2380 +
  1.2381 +<nsScriptSecurityManager>
  1.2382 +__builtin_new
  1.2383 +nsCStringKey::Clone(void) const
  1.2384 +nsHashtable::Put(nsHashKey *, void *)
  1.2385 +nsScriptSecurityManager::EnumeratePolicyCallback(char const *, void *)
  1.2386 +
  1.2387 +<nsScriptSecurityManager>
  1.2388 +PR_Malloc
  1.2389 +PL_HashTableFinalize(PLHashTable *)
  1.2390 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2391 +nsHashtable::nsHashtable(unsigned int, int)
  1.2392 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.2393 +nsScriptSecurityManager::InitPrefs(void)
  1.2394 +
  1.2395 +<nsScriptSecurityManager>
  1.2396 +PR_Malloc
  1.2397 +PL_HashTableFinalize(PLHashTable *)
  1.2398 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2399 +nsHashtable::nsHashtable(unsigned int, int)
  1.2400 +__17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii
  1.2401 +nsScriptSecurityManager::EnumeratePolicyCallback(char const *, void *)
  1.2402 +
  1.2403 +<nsScriptSecurityManager>
  1.2404 +PR_Malloc
  1.2405 +nsMemoryImpl::Alloc(unsigned int)
  1.2406 +nsMemory::Alloc(unsigned int)
  1.2407 +nsCStringKey::Clone(void) const
  1.2408 +nsHashtable::Put(nsHashKey *, void *)
  1.2409 +nsScriptSecurityManager::InitPolicies(unsigned int, char const **, nsISecurityPref *)
  1.2410 +
  1.2411 +# ----------------------------------------------------------------------
  1.2412 +#
  1.2413 +# nsStringBundleService
  1.2414 +#
  1.2415 +
  1.2416 +<nsStringBundleService>
  1.2417 +__builtin_new
  1.2418 +nsCStringKey::Clone(void) const
  1.2419 +nsHashtable::Put(nsHashKey *, void *)
  1.2420 +nsStringBundleService::insertIntoCache(nsIStringBundle *, nsCStringKey *)
  1.2421 +
  1.2422 +<nsStringBundleService>
  1.2423 +PR_Malloc
  1.2424 +PL_HashTableFinalize(PLHashTable *)
  1.2425 +PL_HashTableRawAdd
  1.2426 +nsHashtable::Put(nsHashKey *, void *)
  1.2427 +nsStringBundleService::insertIntoCache(nsIStringBundle *, nsCStringKey *)
  1.2428 +
  1.2429 +<nsStringBundleService>
  1.2430 +PR_Malloc
  1.2431 +PL_HashTableFinalize(PLHashTable *)
  1.2432 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2433 +nsHashtable::nsHashtable(unsigned int, int)
  1.2434 +nsStringBundleService::nsStringBundleService(void)
  1.2435 +
  1.2436 +<nsStringBundleService>
  1.2437 +PR_Malloc
  1.2438 +PL_ArenaAllocate
  1.2439 +nsStringBundleService::insertIntoCache(nsIStringBundle *, nsCStringKey *)
  1.2440 +
  1.2441 +<nsStringBundleService>
  1.2442 +PR_Malloc
  1.2443 +nsMemoryImpl::Alloc(unsigned int)
  1.2444 +nsMemory::Alloc(unsigned int)
  1.2445 +nsCStringKey::Clone(void) const
  1.2446 +nsHashtable::Put(nsHashKey *, void *)
  1.2447 +nsStringBundleService::insertIntoCache(nsIStringBundle *, nsCStringKey *)
  1.2448 +
  1.2449 +# ----------------------------------------------------------------------
  1.2450 +
  1.2451 +<CSSStyleSheetImpl>
  1.2452 +__builtin_new
  1.2453 +CSSStyleSheetImpl::CSSStyleSheetImpl(void)
  1.2454 +
  1.2455 +<CSSStyleSheetImpl>
  1.2456 +__builtin_new
  1.2457 +__builtin_vec_new
  1.2458 +nsSupportsArray::GrowArrayBy(int)
  1.2459 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.2460 +nsSupportsArray::AppendElement(nsISupports *)
  1.2461 +CSSStyleSheetImpl::AppendStyleRule(nsICSSRule *)
  1.2462 +
  1.2463 +<CSSStyleSheetImpl>
  1.2464 +PR_Malloc
  1.2465 +PL_HashTableFinalize(PLHashTable *)
  1.2466 +PL_HashTableRawAdd
  1.2467 +nsHashtable::Put(nsHashKey *, void *)
  1.2468 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.2469 +CSSStyleSheetImpl::CheckRuleForAttributes(nsICSSRule *)
  1.2470 +
  1.2471 +<CSSStyleSheetImpl>
  1.2472 +__builtin_new
  1.2473 +AtomKey::Clone(void) const
  1.2474 +nsHashtable::Put(nsHashKey *, void *)
  1.2475 +CSSStyleSheetImpl::CheckRuleForAttributes(nsICSSRule *)
  1.2476 +
  1.2477 +<CSSStyleSheetImpl>
  1.2478 +PR_Malloc
  1.2479 +PL_HashTableFinalize(PLHashTable *)
  1.2480 +PL_HashTableRawAdd
  1.2481 +nsHashtable::Put(nsHashKey *, void *)
  1.2482 +CSSStyleSheetImpl::CheckRuleForAttributes(nsICSSRule *)
  1.2483 +
  1.2484 +<CSSStyleSheetInner>
  1.2485 +PR_Malloc
  1.2486 +PL_HashTableFinalize(PLHashTable *)
  1.2487 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2488 +nsHashtable::nsHashtable(unsigned int, int)
  1.2489 +CSSStyleSheetInner::CSSStyleSheetInner(nsICSSStyleSheet *)
  1.2490 +
  1.2491 +<HTMLStyleSheetImpl>
  1.2492 +PR_Malloc
  1.2493 +PL_HashTableFinalize(PLHashTable *)
  1.2494 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2495 +nsHashtable::nsHashtable(unsigned int, int)
  1.2496 +HTMLStyleSheetImpl::HTMLStyleSheetImpl(void)
  1.2497 +
  1.2498 +<HTMLStyleSheetImpl>
  1.2499 +PR_Malloc
  1.2500 +PL_HashTableFinalize(PLHashTable *)
  1.2501 +PL_HashTableRawRemove
  1.2502 +nsHashtable::Remove(nsHashKey *)
  1.2503 +HTMLStyleSheetImpl::DropMappedAttributes(nsIHTMLMappedAttributes *)
  1.2504 +
  1.2505 +<HTMLStyleSheetImpl>
  1.2506 +__builtin_new
  1.2507 +AttributeKey::Clone(void) const
  1.2508 +nsHashtable::Put(nsHashKey *, void *)
  1.2509 +HTMLStyleSheetImpl::UniqueMappedAttributes(nsIHTMLMappedAttributes *, nsIHTMLMappedAttributes *&)
  1.2510 +
  1.2511 +<HTMLStyleSheetImpl>
  1.2512 +PR_Malloc
  1.2513 +PL_HashTableFinalize(PLHashTable *)
  1.2514 +PL_HashTableRawAdd
  1.2515 +nsHashtable::Put(nsHashKey *, void *)
  1.2516 +HTMLStyleSheetImpl::UniqueMappedAttributes(nsIHTMLMappedAttributes *, nsIHTMLMappedAttributes *&)
  1.2517 +
  1.2518 +<nsStyleContextData>
  1.2519 +__builtin_new
  1.2520 +nsStyleContextData::Create(nsIPresContext *)
  1.2521 +
  1.2522 +<nsStyleContent>
  1.2523 +__builtin_new
  1.2524 +__builtin_vec_new
  1.2525 +nsStyleContent::AllocateCounterResets(unsigned int)
  1.2526 +
  1.2527 +<nsStyleContent>
  1.2528 +__builtin_new
  1.2529 +__builtin_vec_new
  1.2530 +nsStyleContent::AllocateContents(unsigned int)
  1.2531 +
  1.2532 +<xptiManifest>
  1.2533 +__builtin_new
  1.2534 +xptiManifest::Read(xptiInterfaceInfoManager *, xptiWorkingSet *)
  1.2535 +
  1.2536 +<xptiManifest>
  1.2537 +PR_Malloc
  1.2538 +PL_ArenaFinish
  1.2539 +PL_HashTableRawAdd
  1.2540 +PL_HashTableAdd
  1.2541 +xptiManifest::Read(xptiInterfaceInfoManager *, xptiWorkingSet *)
  1.2542 +
  1.2543 +<CSSParserImpl>
  1.2544 +__builtin_new
  1.2545 +SelectorList::AddSelector(nsCSSSelector const &)
  1.2546 +CSSParserImpl::ParseSelectorGroup(int &, SelectorList *&)
  1.2547 +
  1.2548 +<CSSParserImpl>
  1.2549 +__builtin_new
  1.2550 +CSSParserImpl::ParseContent(int &, nsICSSDeclaration *, int &)
  1.2551 +
  1.2552 +# ----------------------------------------------------------------------
  1.2553 +#
  1.2554 +# RuleHash
  1.2555 +#
  1.2556 +
  1.2557 +<RuleHash>
  1.2558 +__builtin_new
  1.2559 +RuleHash::AppendRuleToTable(nsHashtable &, int, nsICSSStyleRule *)
  1.2560 +
  1.2561 +<RuleHash>
  1.2562 +__builtin_new
  1.2563 +RuleHash::AppendRuleToTable(nsHashtable &, nsIAtom *, nsICSSStyleRule *)
  1.2564 +
  1.2565 +<RuleHash>
  1.2566 +__builtin_new
  1.2567 +RuleHash::AppendRuleToTable(nsHashtable &, nsIAtom *, nsICSSStyleRule *, int)
  1.2568 +
  1.2569 +<RuleHash>
  1.2570 +PR_Malloc
  1.2571 +PL_HashTableFinalize(PLHashTable *)
  1.2572 +PL_HashTableRawAdd
  1.2573 +nsHashtable::Put(nsHashKey *, void *)
  1.2574 +RuleHash::AppendRuleToTable(nsHashtable &, int, nsICSSStyleRule *)
  1.2575 +
  1.2576 +<RuleHash>
  1.2577 +__builtin_new
  1.2578 +AtomKey::Clone(void) const
  1.2579 +nsHashtable::Put(nsHashKey *, void *)
  1.2580 +RuleHash::AppendRuleToTable(nsHashtable &, nsIAtom *, nsICSSStyleRule *)
  1.2581 +
  1.2582 +<RuleHash>
  1.2583 +PR_Malloc
  1.2584 +PL_HashTableFinalize(PLHashTable *)
  1.2585 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2586 +nsHashtable::nsHashtable(unsigned int, int)
  1.2587 +RuleHash::RuleHash(void)
  1.2588 +
  1.2589 +<RuleHash>
  1.2590 +PR_Malloc
  1.2591 +PL_HashTableFinalize(PLHashTable *)
  1.2592 +PL_HashTableRawAdd
  1.2593 +nsHashtable::Put(nsHashKey *, void *)
  1.2594 +RuleHash::AppendRuleToTable(nsHashtable &, nsIAtom *, nsICSSStyleRule *)
  1.2595 +
  1.2596 +<RuleHash>
  1.2597 +__builtin_new
  1.2598 +__builtin_vec_new
  1.2599 +RuleHash::EnumerateAllRules(nsIAtom *, nsIAtom *, nsVoidArray const &, void (*)(nsICSSStyleRule *, void *), void *)
  1.2600 +
  1.2601 +<RuleHash>
  1.2602 +PR_Malloc
  1.2603 +PL_HashTableFinalize(PLHashTable *)
  1.2604 +PL_HashTableRawAdd
  1.2605 +nsHashtable::Put(nsHashKey *, void *)
  1.2606 +RuleHash::AppendRuleToTable(nsHashtable &, nsIAtom *, nsICSSStyleRule *, int)
  1.2607 +
  1.2608 +# ----------------------------------------------------------------------
  1.2609 +#
  1.2610 +# nsCSSSelector
  1.2611 +#
  1.2612 +
  1.2613 +<nsCSSSelector>
  1.2614 +__builtin_new
  1.2615 +nsCSSSelector::nsCSSSelector(nsCSSSelector const &)
  1.2616 +
  1.2617 +<nsCSSSelector>
  1.2618 +__builtin_new
  1.2619 +nsAtomList::nsAtomList(nsAtomList const &)
  1.2620 +nsCSSSelector::nsCSSSelector(nsCSSSelector const &)
  1.2621 +
  1.2622 +<nsCSSSelector>
  1.2623 +__builtin_new
  1.2624 +nsAttrSelector::nsAttrSelector(nsAttrSelector const &)
  1.2625 +nsCSSSelector::nsCSSSelector(nsCSSSelector const &)
  1.2626 +
  1.2627 +<nsCSSSelector>
  1.2628 +__builtin_new
  1.2629 +nsAttrSelector::nsAttrSelector(nsAttrSelector const &)
  1.2630 +nsAttrSelector::nsAttrSelector(nsAttrSelector const &)
  1.2631 +nsCSSSelector::nsCSSSelector(nsCSSSelector const &)
  1.2632 +
  1.2633 +# ----------------------------------------------------------------------
  1.2634 +#
  1.2635 +# StyleSetImpl
  1.2636 +#
  1.2637 +
  1.2638 +<StyleSetImpl>
  1.2639 +__builtin_new
  1.2640 +CSSStyleSheetImpl::GetStyleRuleProcessor(nsIStyleRuleProcessor *&, nsIStyleRuleProcessor *)
  1.2641 +StyleSetImpl::ClearOverrideRuleProcessors(void)
  1.2642 +
  1.2643 +<StyleSetImpl>
  1.2644 +__builtin_new
  1.2645 +CSSRuleProcessor::GetRuleCascade(nsIPresContext *, nsIAtom *)
  1.2646 +CSSRuleProcessor::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIStyleContext *, nsIRuleWalker *)
  1.2647 +StyleSetImpl::ReplaceBackstopStyleSheets(nsISupportsArray *)
  1.2648 +
  1.2649 +<StyleSetImpl>
  1.2650 +__builtin_new
  1.2651 +CSSRuleProcessor::GetRuleCascade(nsIPresContext *, nsIAtom *)
  1.2652 +CSSRuleProcessor::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIAtom *, nsIStyleContext *, nsICSSPseudoComparator *, nsIRuleWalker *)
  1.2653 +StyleSetImpl::ResolveStyleFor(nsIPresContext *, nsIContent *, nsIStyleContext *, int)
  1.2654 +
  1.2655 +<StyleSetImpl>
  1.2656 +__builtin_new
  1.2657 +nsSupportsArray::Create(nsISupports *, nsID const &, void **)
  1.2658 +NS_NewISupportsArray(nsISupportsArray **)
  1.2659 +StyleSetImpl::EnsureArray(nsISupportsArray **)
  1.2660 +
  1.2661 +<StyleSetImpl>
  1.2662 +PR_Malloc
  1.2663 +PL_HashTableFinalize(PLHashTable *)
  1.2664 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2665 +nsHashtable::nsHashtable(unsigned int, int)
  1.2666 +nsRuleNode::Transition(nsIStyleRule *, nsIRuleNode **)
  1.2667 +nsRuleWalker::Forward(nsIStyleRule *)
  1.2668 +StyleSetImpl::AddImportantRules(nsIRuleNode *)
  1.2669 +
  1.2670 +<StyleSetImpl>
  1.2671 +PR_Malloc
  1.2672 +PL_HashTableFinalize(PLHashTable *)
  1.2673 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.2674 +nsHashtable::nsHashtable(unsigned int, int)
  1.2675 +nsRuleNode::Transition(nsIStyleRule *, nsIRuleNode **)
  1.2676 +nsRuleWalker::Forward(nsIStyleRule *)
  1.2677 +nsHTMLBodyElement::WalkInlineStyleRules(nsIRuleWalker *)
  1.2678 +HTMLCSSStyleSheetImpl::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIStyleContext *, nsIRuleWalker *)
  1.2679 +StyleSetImpl::ReplaceBackstopStyleSheets(nsISupportsArray *)
  1.2680 +
  1.2681 +<StyleSetImpl>
  1.2682 +__builtin_new
  1.2683 +__builtin_vec_new
  1.2684 +nsSupportsArray::GrowArrayBy(int)
  1.2685 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.2686 +nsSupportsArray::AppendElement(nsISupports *)
  1.2687 +CSSRuleProcessor::CascadeSheetRulesInto(nsISupports *, void *)
  1.2688 +nsSupportsArray::EnumerateBackwards(int (*)(nsISupports *, void *), void *)
  1.2689 +CSSRuleProcessor::CascadeSheetRulesInto(nsISupports *, void *)
  1.2690 +CSSRuleProcessor::GetRuleCascade(nsIPresContext *, nsIAtom *)
  1.2691 +CSSRuleProcessor::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIStyleContext *, nsIRuleWalker *)
  1.2692 +StyleSetImpl::ReplaceBackstopStyleSheets(nsISupportsArray *)
  1.2693 +
  1.2694 +<StyleSetImpl>
  1.2695 +__builtin_new
  1.2696 +__builtin_vec_new
  1.2697 +nsSupportsArray::GrowArrayBy(int)
  1.2698 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.2699 +nsSupportsArray::AppendElement(nsISupports *)
  1.2700 +CSSRuleProcessor::AppendStyleSheet(nsICSSStyleSheet *)
  1.2701 +CSSStyleSheetImpl::GetStyleRuleProcessor(nsIStyleRuleProcessor *&, nsIStyleRuleProcessor *)
  1.2702 +StyleSetImpl::ClearOverrideRuleProcessors(void)
  1.2703 +
  1.2704 +//----------------------------------------------------------------------
  1.2705 +
  1.2706 +<StyleListImpl>
  1.2707 +PR_Malloc
  1.2708 +nsMemoryImpl::Alloc(unsigned int)
  1.2709 +nsMemory::Alloc(unsigned int)
  1.2710 +nsStr::Alloc(nsStr &, unsigned int)
  1.2711 +nsStr::Realloc(nsStr &, unsigned int)
  1.2712 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.2713 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.2714 +nsString::SetCapacity(unsigned int)
  1.2715 +nsString::SetLength(unsigned int)
  1.2716 +~.*
  1.2717 +~.*
  1.2718 +basic_nsAWritableString<unsigned short>::Assign(basic_nsAReadableString<unsigned short> const &)
  1.2719 +nsString::operator=(nsString const &)
  1.2720 +StyleListImpl::ResetFrom(nsStyleList const *, nsIPresContext *)
  1.2721 +
  1.2722 +<StyleListImpl>
  1.2723 +__builtin_new
  1.2724 +__builtin_vec_new
  1.2725 +nsSupportsArray::GrowArrayBy(int)
  1.2726 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.2727 +nsSupportsArray::AppendElement(nsISupports *)
  1.2728 +CSSRuleProcessor::CascadeSheetRulesInto(nsISupports *, void *)
  1.2729 +nsSupportsArray::EnumerateBackwards(int (*)(nsISupports *, void *), void *)
  1.2730 +CSSRuleProcessor::CascadeSheetRulesInto(nsISupports *, void *)
  1.2731 +CSSRuleProcessor::GetRuleCascade(nsIPresContext *, nsIAtom *)
  1.2732 +CSSRuleProcessor::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIAtom *, nsIStyleContext *, nsICSSPseudoComparator *, nsIRuleWalker *)
  1.2733 +StyleSetImpl::ResolveStyleFor(nsIPresContext *, nsIContent *, nsIStyleContext *, int)
  1.2734 +
  1.2735 +<StyleListImpl>
  1.2736 +PR_Malloc
  1.2737 +nsVoidArray::SizeTo(int)
  1.2738 +nsVoidArray::GrowArrayBy(int)
  1.2739 +nsVoidArray::InsertElementAt(void *, int)
  1.2740 +CSSRuleProcessor::ClearRuleCascades(void)
  1.2741 +nsSupportsArray::EnumerateBackwards(int (*)(nsISupports *, void *), void *)
  1.2742 +CSSRuleProcessor::GetRuleCascade(nsIPresContext *, nsIAtom *)
  1.2743 +CSSRuleProcessor::RulesMatching(nsIPresContext *, nsIAtom *, nsIContent *, nsIAtom *, nsIStyleContext *, nsICSSPseudoComparator *, nsIRuleWalker *)
  1.2744 +StyleSetImpl::ResolveStyleFor(nsIPresContext *, nsIContent *, nsIStyleContext *, int)
  1.2745 +
  1.2746 +# ----------------------------------------------------------------------
  1.2747 +
  1.2748 +<StyleContextCache>
  1.2749 +PR_Malloc
  1.2750 +PL_HashTableFinalize(PLHashTable *)
  1.2751 +PL_HashTableRawAdd
  1.2752 +nsHashtable::Put(nsHashKey *, void *)
  1.2753 +StyleContextCache::VerifyList(unsigned int)
  1.2754 +
  1.2755 +<StyleContextCache>
  1.2756 +__builtin_new
  1.2757 +StyleContextCache::AllocateList(void)
  1.2758 +
  1.2759 +# ----------------------------------------------------------------------
  1.2760 +#
  1.2761 +# nsPersistentProperties
  1.2762 +#
  1.2763 +
  1.2764 +<nsPersistentProperties>
  1.2765 +__builtin_new
  1.2766 +nsPersistentProperties::Create(nsISupports *, nsID const &, void **)
  1.2767 +
  1.2768 +<nsPersistentProperties>
  1.2769 +PR_Malloc
  1.2770 +PL_ArenaFinish
  1.2771 +PL_HashTableRawAdd
  1.2772 +nsPersistentProperties::SetStringProperty(nsAString const &, nsAString &, nsAString &)
  1.2773 +nsPersistentProperties::Load(nsIInputStream *)
  1.2774 +
  1.2775 +<nsPersistentProperties>
  1.2776 +PR_Malloc
  1.2777 +nsMemoryImpl::Alloc(unsigned int)
  1.2778 +nsMemory::Alloc(unsigned int)
  1.2779 +nsCppSharedAllocator<unsigned short>::allocate(unsigned int, void const *)
  1.2780 +nsCRT::strndup(unsigned short const *, unsigned int)
  1.2781 +nsCRT::strdup(unsigned short const *)
  1.2782 +nsString::ToNewUnicode(void) const
  1.2783 +nsPersistentProperties::SetStringProperty(nsString const &, nsString &, nsString &)
  1.2784 +
  1.2785 +<nsPersistentProperties>
  1.2786 +PR_Malloc
  1.2787 +PL_ArenaFinish
  1.2788 +PL_HashTableRawAdd
  1.2789 +nsPersistentProperties::SetStringProperty(nsString const &, nsString &, nsString &)
  1.2790 +
  1.2791 +<nsPersistentProperties>
  1.2792 +PR_Malloc
  1.2793 +PL_ArenaFinish
  1.2794 +PL_NewHashTable
  1.2795 +nsPersistentProperties::nsPersistentProperties(void)
  1.2796 +
  1.2797 +<nsPersistentProperties>
  1.2798 +PR_Malloc
  1.2799 +nsMemoryImpl::Alloc(unsigned int)
  1.2800 +nsMemory::Alloc(unsigned int)
  1.2801 +ToNewUnicode(nsAString const &)
  1.2802 +nsPersistentProperties::SetStringProperty(nsAString const &, nsAString &, nsAString &)
  1.2803 +
  1.2804 +<nsPersistentProperties>
  1.2805 +PR_Malloc
  1.2806 +nsMemoryImpl::Alloc(unsigned int)
  1.2807 +nsMemory::Alloc(unsigned int)
  1.2808 +unsigned short * AllocateStringCopy<nsAString, unsigned short>(nsAString const &, unsigned short *)
  1.2809 +ToNewUnicode(nsAString const &)
  1.2810 +nsPersistentProperties::SetStringProperty(nsAString const &, nsAString &, nsAString &)
  1.2811 +
  1.2812 +# ----------------------------------------------------------------------
  1.2813 +#
  1.2814 +# nsCSSValue
  1.2815 +#
  1.2816 +
  1.2817 +<nsCSSValue>
  1.2818 +PR_Malloc
  1.2819 +nsMemoryImpl::Alloc(unsigned int)
  1.2820 +nsMemory::Alloc(unsigned int)
  1.2821 +nsCppSharedAllocator<unsigned short>::allocate(unsigned int, void const *)
  1.2822 +nsCRT::strndup(unsigned short const *, unsigned int)
  1.2823 +nsCRT::strdup(unsigned short const *)
  1.2824 +nsString::ToNewUnicode(void) const
  1.2825 +nsCSSValue::operator=(nsCSSValue const &)
  1.2826 +
  1.2827 +<nsCSSValue>
  1.2828 +PR_Malloc
  1.2829 +nsMemoryImpl::Alloc(unsigned int)
  1.2830 +nsMemory::Alloc(unsigned int)
  1.2831 +ToNewUnicode(nsAString const &)
  1.2832 +nsCSSValue::SetStringValue(nsAString const &, nsCSSUnit)
  1.2833 +
  1.2834 +<nsCSSValue>
  1.2835 +PR_Malloc
  1.2836 +nsMemoryImpl::Alloc(unsigned int)
  1.2837 +nsMemory::Alloc(unsigned int)
  1.2838 +unsigned short * AllocateStringCopy<nsAString, unsigned short>(nsAString const &, unsigned short *)
  1.2839 +ToNewUnicode(nsAString const &)
  1.2840 +nsCSSValue::SetStringValue(nsAString const &, nsCSSUnit)
  1.2841 +
  1.2842 +# ----------------------------------------------------------------------
  1.2843 +
  1.2844 +<nsStringKey>
  1.2845 +PR_Malloc
  1.2846 +nsMemoryImpl::Alloc(unsigned int)
  1.2847 +nsMemory::Alloc(unsigned int)
  1.2848 +nsStringKey::Clone(void) const
  1.2849 +
  1.2850 +#----------------------------------------------------------------------
  1.2851 +#
  1.2852 +# nsTextFragment
  1.2853 +#
  1.2854 +
  1.2855 +<nsTextFragment>
  1.2856 +PR_Malloc
  1.2857 +nsMemoryImpl::Alloc(unsigned int)
  1.2858 +nsMemory::Alloc(unsigned int)
  1.2859 +nsTextFragment::SetTo(unsigned short const *, int)
  1.2860 +
  1.2861 +<nsTextFragment>
  1.2862 +PR_Malloc
  1.2863 +nsMemoryImpl::Alloc(unsigned int)
  1.2864 +nsMemory::Alloc(unsigned int)
  1.2865 +ToNewCString(nsAString const &)
  1.2866 +nsTextFragment::operator=(nsAString const &)
  1.2867 +
  1.2868 +<nsTextFragment>
  1.2869 +PR_Malloc
  1.2870 +nsMemoryImpl::Alloc(unsigned int)
  1.2871 +nsMemory::Alloc(unsigned int)
  1.2872 +char * AllocateStringCopy<unsigned short, char>(basic_nsAReadableString<unsigned short> const &, char *)
  1.2873 +ToNewCString(basic_nsAReadableString<unsigned short> const &)
  1.2874 +nsTextFragment::operator=(basic_nsAReadableString<unsigned short> const &)
  1.2875 +
  1.2876 +#----------------------------------------------------------------------
  1.2877 +#
  1.2878 +# nsTextBoxFrame
  1.2879 +#
  1.2880 +
  1.2881 +<nsTextBoxFrame>
  1.2882 +PR_Malloc
  1.2883 +nsMemoryImpl::Alloc(unsigned int)
  1.2884 +nsMemory::Alloc(unsigned int)
  1.2885 +nsStr::Alloc(nsStr &, unsigned int)
  1.2886 +nsStr::Realloc(nsStr &, unsigned int)
  1.2887 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.2888 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.2889 +nsString::SetCapacity(unsigned int)
  1.2890 +nsString::SetLength(unsigned int)
  1.2891 +nsAString::do_AssignFromReadable(nsAString const &)
  1.2892 +nsAString::AssignFromReadable(nsAString const &)
  1.2893 +nsTextBoxFrame::UpdateAttributes(nsIPresContext *, nsIAtom *, int &, int &)
  1.2894 +
  1.2895 +<nsTextBoxFrame>
  1.2896 +PR_Malloc
  1.2897 +nsMemoryImpl::Alloc(unsigned int)
  1.2898 +nsMemory::Alloc(unsigned int)
  1.2899 +nsStr::Alloc(nsStr &, unsigned int)
  1.2900 +nsStr::Realloc(nsStr &, unsigned int)
  1.2901 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.2902 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.2903 +nsString::SetCapacity(unsigned int)
  1.2904 +nsString::SetLength(unsigned int)
  1.2905 +nsAString::do_AssignFromReadable(nsAString const &)
  1.2906 +nsAString::AssignFromReadable(nsAString const &)
  1.2907 +nsTextBoxFrame::CalculateTitleForWidth(nsIPresContext *, nsRenderingContext &, int)
  1.2908 +
  1.2909 +# ----------------------------------------------------------------------
  1.2910 +#
  1.2911 +# nsPopupSetFrame
  1.2912 +#
  1.2913 +
  1.2914 +<nsPopupSetFrame>
  1.2915 +__builtin_new
  1.2916 +nsPopupSetFrame::AddPopupFrame(nsIFrame *)
  1.2917 +
  1.2918 +#----------------------------------------------------------------------
  1.2919 +
  1.2920 +<nsStdURL>
  1.2921 +PR_Malloc
  1.2922 +nsMemoryImpl::Alloc(unsigned int)
  1.2923 +nsMemory::Alloc(unsigned int)
  1.2924 +ToNewCString(nsACString const &)
  1.2925 +nsStdURL::GetSpec(char **)
  1.2926 +
  1.2927 +<nsSimpleURI>
  1.2928 +PR_Malloc
  1.2929 +nsMemoryImpl::Alloc(unsigned int)
  1.2930 +nsMemory::Alloc(unsigned int)
  1.2931 +nsString::ToNewCString(void) const
  1.2932 +nsSimpleURI::SetSpec(char const *)
  1.2933 +
  1.2934 +<nsSimpleURI>
  1.2935 +PR_Malloc
  1.2936 +nsMemoryImpl::Alloc(unsigned int)
  1.2937 +nsMemory::Alloc(unsigned int)
  1.2938 +ToNewCString(nsAString const &)
  1.2939 +nsSimpleURI::SetSpec(char const *)
  1.2940 +
  1.2941 +<nsNodeInfoManager>
  1.2942 +PR_Malloc
  1.2943 +PL_ArenaFinish
  1.2944 +PL_HashTableRawAdd
  1.2945 +PL_HashTableAdd
  1.2946 +nsNodeInfoManager::GetNodeInfo(nsIAtom *, nsIAtom *, int, nsINodeInfo *&)
  1.2947 +
  1.2948 +<nsNodeInfoManager>
  1.2949 +PR_Malloc
  1.2950 +PL_ArenaFinish
  1.2951 +PL_NewHashTable
  1.2952 +nsNodeInfoManager::nsNodeInfoManager(void)
  1.2953 +
  1.2954 +<nsNodeInfoManager>
  1.2955 +PR_Malloc
  1.2956 +PL_ArenaFinish
  1.2957 +PL_HashTableRawRemove
  1.2958 +PL_HashTableRemove
  1.2959 +nsNodeInfoManager::RemoveNodeInfo(nsNodeInfo *)
  1.2960 +
  1.2961 +<xptiInterfaceInfo>
  1.2962 +XPT_ArenaMalloc
  1.2963 +xptiInterfaceInfo::CopyName(char const *, xptiWorkingSet *)
  1.2964 +
  1.2965 +<xptiInterfaceInfo>
  1.2966 +__builtin_new
  1.2967 +xptiInterfaceInfo::PartiallyResolveLocked(XPTInterfaceDescriptor *, xptiWorkingSet *)
  1.2968 +
  1.2969 +<xpti-unclassified>
  1.2970 +XPT_ArenaMalloc
  1.2971 +
  1.2972 +<pthread-unclassified>
  1.2973 +siglongjmp
  1.2974 +pthread_create
  1.2975 +
  1.2976 +<X-unclassified>
  1.2977 +XkbAllocClientMap
  1.2978 +
  1.2979 +<X-unclassified>
  1.2980 +_XiCheckExtInit
  1.2981 +
  1.2982 +<X-unclassified>
  1.2983 +_XAllocScratch
  1.2984 +
  1.2985 +<X-unclassified>
  1.2986 +XUnlockDisplay
  1.2987 +
  1.2988 +<X-unclassified>
  1.2989 +_XlcCreateLC
  1.2990 +
  1.2991 +<X-unclassified>
  1.2992 +XkbUseExtension
  1.2993 +
  1.2994 +<X-unclassified>
  1.2995 +_XimServerDestroy
  1.2996 +
  1.2997 +<X-unclassified>
  1.2998 +_XlcAddCharSet
  1.2999 +
  1.3000 +<X-unclassified>
  1.3001 +XInitExtension
  1.3002 +
  1.3003 +<X-unclassified>
  1.3004 +_XlcGenericLoader
  1.3005 +
  1.3006 +<X-unclassified>
  1.3007 +_XwcDefaultDrawImageString
  1.3008 +
  1.3009 +<X-unclassified>
  1.3010 +_XlcAddCT
  1.3011 +
  1.3012 +<X-unclassified>
  1.3013 +XShmCreateImage
  1.3014 +
  1.3015 +<X-unclassified>
  1.3016 +_XFreeAtomTable
  1.3017 +
  1.3018 +<X-unclassified>
  1.3019 +XCreateRegion
  1.3020 +
  1.3021 +<X-unclassified>
  1.3022 +XIntersectRegion
  1.3023 +
  1.3024 +<X-unclassified>
  1.3025 +_XlcCreateLocaleDataBase
  1.3026 +
  1.3027 +<X-unclassified>
  1.3028 +_XUpdateAtomCache
  1.3029 +
  1.3030 +<X-unclassified>
  1.3031 +XrmMergeDatabases
  1.3032 +
  1.3033 +<X-unclassified>
  1.3034 +XrmParseCommand
  1.3035 +
  1.3036 +<X-unclassified>
  1.3037 +XOpenDisplay
  1.3038 +
  1.3039 +<X-unclassified>
  1.3040 +XCreateGC
  1.3041 +
  1.3042 +<X-unclassified>
  1.3043 +_XlcResetConverter
  1.3044 +
  1.3045 +<X-unclassified>
  1.3046 +_XEnq
  1.3047 +
  1.3048 +<X-unclassified>
  1.3049 +_XimLcctstowcs
  1.3050 +
  1.3051 +<X-unclassified>
  1.3052 +XtMalloc
  1.3053 +
  1.3054 +<X-unclassified>
  1.3055 +XtCalloc
  1.3056 +
  1.3057 +<X-unclassified>
  1.3058 +Xpermalloc
  1.3059 +
  1.3060 +<X-unclassified>
  1.3061 +_XlcCreateDefaultCharSet
  1.3062 +
  1.3063 +<X-unclassified>
  1.3064 +_XimLocalSetICValues
  1.3065 +
  1.3066 +<X-unclassified>
  1.3067 +_XimLocalCreateIC
  1.3068 +
  1.3069 +<X-unclassified>
  1.3070 +_XlcSetConverter
  1.3071 +
  1.3072 +<X-unclassified>
  1.3073 +_XkbGetCharset
  1.3074 +
  1.3075 +<gtk-unclassified>
  1.3076 +g_malloc
  1.3077 +
  1.3078 +<gtk-unclassified>
  1.3079 +g_realloc
  1.3080 +
  1.3081 +<gtk-unclassified>
  1.3082 +g_malloc0
  1.3083 +
  1.3084 +<gtk-unclassified>
  1.3085 +_XimLcctstoutf8
  1.3086 +
  1.3087 +<gdk_imlib_load_image>
  1.3088 +loader_png
  1.3089 +gdk_imlib_load_image
  1.3090 +
  1.3091 +<gdk_imlib_save_image>
  1.3092 +loader_png
  1.3093 +gdk_imlib_save_image
  1.3094 +
  1.3095 +<dl-unclassified>
  1.3096 +_dl_lookup_versioned_symbol_skip
  1.3097 +
  1.3098 +<dl-unclassified>
  1.3099 +_dl_dst_substitute
  1.3100 +
  1.3101 +<dl-unclassified>
  1.3102 +_dl_map_object_deps
  1.3103 +
  1.3104 +<dl-unclassified>
  1.3105 +_dl_map_object
  1.3106 +
  1.3107 +<dl-unclassified>
  1.3108 +_dl_debug_message
  1.3109 +
  1.3110 +<nsRegistry>
  1.3111 +PR_Malloc
  1.3112 +bufio_SetBufferSize
  1.3113 +nsXPTCStubBase::Sentinel9(void)
  1.3114 +NR_RegSetBufferSize
  1.3115 +nsRegistry::SetBufferSize(int)
  1.3116 +
  1.3117 +<nsXBLService>
  1.3118 +PR_Malloc
  1.3119 +PL_ArenaAllocate
  1.3120 +nsFixedSizeAllocator::AddBucket(unsigned int)
  1.3121 +nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int)
  1.3122 +nsXBLService::nsXBLService(void)
  1.3123 +
  1.3124 +<nsXBLService>
  1.3125 +PR_Malloc
  1.3126 +PL_HashTableFinalize(PLHashTable *)
  1.3127 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3128 +nsHashtable::nsHashtable(unsigned int, int)
  1.3129 +nsXBLService::nsXBLService(void)
  1.3130 +
  1.3131 +<InMemoryDataSource>
  1.3132 +PR_Malloc
  1.3133 +PL_ArenaAllocate
  1.3134 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.3135 +InMemoryAssertionEnumeratorImpl::operator new(unsigned int, nsFixedSizeAllocator &)
  1.3136 +
  1.3137 +<nsGenericModule>
  1.3138 +PR_Malloc
  1.3139 +PL_HashTableFinalize(PLHashTable *)
  1.3140 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3141 +nsHashtable::nsHashtable(unsigned int, int)
  1.3142 +nsGenericModule::nsGenericModule(char const *, unsigned int, nsModuleComponentInfo *, unsigned int (*)(nsIModule *), void (*)(nsIModule *))
  1.3143 +
  1.3144 +<nsGenericModule>
  1.3145 +PR_Malloc
  1.3146 +PL_HashTableFinalize(PLHashTable *)
  1.3147 +PL_HashTableRawAdd
  1.3148 +nsHashtable::Put(nsHashKey *, void *)
  1.3149 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3150 +nsGenericModule::GetClassObject(nsIComponentManager *, nsID const &, nsID const &, void **)
  1.3151 +
  1.3152 +<nsGenericModule>
  1.3153 +__builtin_new
  1.3154 +nsHashtable::Put(nsHashKey *, void *)
  1.3155 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3156 +nsGenericModule::GetClassObject(nsIComponentManager *, nsID const &, nsID const &, void **)
  1.3157 +
  1.3158 +<nsGenericModule>
  1.3159 +PR_Malloc
  1.3160 +PL_HashTableFinalize(PLHashTable *)
  1.3161 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3162 +nsHashtable::nsHashtable(unsigned int, int)
  1.3163 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.3164 +nsGenericModule::nsGenericModule(char const *, unsigned int, nsModuleComponentInfo *, void (*)(nsIModule *))
  1.3165 +
  1.3166 +<nsGenericModule>
  1.3167 +PR_Malloc
  1.3168 +PL_HashTableFinalize(PLHashTable *)
  1.3169 +PL_HashTableRawAdd
  1.3170 +nsHashtable::nsHashtable(unsigned int, int)
  1.3171 +nsGenericModule::nsGenericModule(char const *, unsigned int, nsModuleComponentInfo *, unsigned int (*)(nsIModule *), void (*)(nsIModule *))
  1.3172 +
  1.3173 +<nsUNIXCharset>
  1.3174 +gettext
  1.3175 +gettext
  1.3176 +setlocale
  1.3177 +setlocale
  1.3178 +nsUNIXCharset::nsUNIXCharset(void)
  1.3179 +
  1.3180 +# ----------------------------------------------------------------------
  1.3181 +#
  1.3182 +# nsLocaleService
  1.3183 +#
  1.3184 +
  1.3185 +<nsLocaleService>
  1.3186 +textdomain
  1.3187 +textdomain
  1.3188 +setlocale
  1.3189 +setlocale
  1.3190 +nsLocaleService::nsLocaleService(void)
  1.3191 +
  1.3192 +<nsLocaleService>
  1.3193 +setlocale
  1.3194 +setlocale
  1.3195 +setlocale
  1.3196 +nsLocaleService::nsLocaleService(void)
  1.3197 +
  1.3198 +<nsLocaleService>
  1.3199 +PR_Malloc
  1.3200 +PL_ArenaFinish
  1.3201 +PL_NewHashTable
  1.3202 +nsLocale::nsLocale(void)
  1.3203 +
  1.3204 +<nsLocaleServie>
  1.3205 +PR_Malloc
  1.3206 +PL_ArenaFinish
  1.3207 +PL_HashTableRawAdd
  1.3208 +PL_HashTableAdd
  1.3209 +nsLocale::AddCategory(unsigned short const *, unsigned short const *)
  1.3210 +
  1.3211 +<nsLocaleService>
  1.3212 +PR_Malloc
  1.3213 +nsMemoryImpl::Alloc(unsigned int)
  1.3214 +nsMemory::Alloc(unsigned int)
  1.3215 +nsStr::Alloc(nsStr &, unsigned int)
  1.3216 +nsStr::Realloc(nsStr &, unsigned int)
  1.3217 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.3218 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.3219 +nsString::SetCapacity(unsigned int)
  1.3220 +nsString::SetLength(unsigned int)
  1.3221 +nsAString::do_AssignFromReadable(nsAString const &)
  1.3222 +nsAString::do_AssignFromElementPtr(unsigned short const *)
  1.3223 +nsString::nsString(unsigned short const *)
  1.3224 +nsLocale::AddCategory(unsigned short const *, unsigned short const *)
  1.3225 +
  1.3226 +# ----------------------------------------------------------------------
  1.3227 +#
  1.3228 +# nsServiceManagerImpl (obsolete?)
  1.3229 +#
  1.3230 +
  1.3231 +<nsServiceManagerImpl>
  1.3232 +__builtin_new
  1.3233 +nsServiceManagerImpl::nsServiceManagerImpl(void)
  1.3234 +NS_NewServiceManager(nsIServiceManager **)
  1.3235 +
  1.3236 +<nsServiceManagerImpl>
  1.3237 +PR_Malloc
  1.3238 +PL_HashTableFinalize(PLHashTable *)
  1.3239 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3240 +nsHashtable::nsHashtable(unsigned int, int)
  1.3241 +nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int)
  1.3242 +nsServiceManagerImpl::nsServiceManagerImpl(void)
  1.3243 +
  1.3244 +<nsServiceManagerImpl>
  1.3245 +__builtin_new
  1.3246 +nsHashtable::Put(nsHashKey *, void *)
  1.3247 +nsServiceManagerImpl::GetService(nsID const &, nsID const &, nsISupports **, nsIShutdownListener *)
  1.3248 +
  1.3249 +<nsServiceManagerImpl>
  1.3250 +__builtin_new
  1.3251 +nsServiceManagerImpl::nsServiceManagerImpl(void)
  1.3252 +NS_NewServiceManager(nsIServiceManager **)
  1.3253 +
  1.3254 +<nsServiceManagerImpl>
  1.3255 +__builtin_new
  1.3256 +nsServiceManagerImpl::GetService(nsID const &, nsID const &, nsISupports **, nsIShutdownListener *)
  1.3257 +
  1.3258 +<nsServiceManagerImpl>
  1.3259 +PR_Malloc
  1.3260 +PL_HashTableFinalize(PLHashTable *)
  1.3261 +PL_HashTableRawAdd
  1.3262 +nsHashtable::Put(nsHashKey *, void *)
  1.3263 +nsServiceManagerImpl::GetService(nsID const &, nsID const &, nsISupports **, nsIShutdownListener *)
  1.3264 +
  1.3265 +#----------------------------------------------------------------------
  1.3266 +#
  1.3267 +# nsXMLElement
  1.3268 +#
  1.3269 +
  1.3270 +<nsXMLElement>
  1.3271 +__builtin_new
  1.3272 +nsGenericContainerElement::SetAttribute(nsINodeInfo *, basic_nsAReadableString<unsigned short> const &, int)
  1.3273 +nsGenericXMLElement::SetAttribute(nsINodeInfo *, basic_nsAReadableString<unsigned short> const &, int)
  1.3274 +
  1.3275 +<nsXMLElement>
  1.3276 +__builtin_new
  1.3277 +nsGenericContainerElement::SetAttribute(nsINodeInfo *, basic_nsAReadableString<unsigned short> const &, int)
  1.3278 +nsXMLElement::SetAttribute(nsINodeInfo *, basic_nsAReadableString<unsigned short> const &, int)
  1.3279 +
  1.3280 +<nsXMLElement>
  1.3281 +__builtin_new
  1.3282 +nsGenericContainerElement::SetAttr(nsINodeInfo *, nsAString const &, int)
  1.3283 +nsXMLElement::SetAttr(nsINodeInfo *, nsAString const &, int)
  1.3284 +
  1.3285 +<nsXMLElement>
  1.3286 +PR_Malloc
  1.3287 +nsMemoryImpl::Alloc(unsigned int)
  1.3288 +nsMemory::Alloc(unsigned int)
  1.3289 +nsStr::Alloc(nsStr &, unsigned int)
  1.3290 +nsStr::Realloc(nsStr &, unsigned int)
  1.3291 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.3292 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.3293 +nsString::SetCapacity(unsigned int)
  1.3294 +nsString::SetLength(unsigned int)
  1.3295 +nsAString::do_AssignFromReadable(nsAString const &)
  1.3296 +nsAString::AssignFromReadable(nsAString const &)
  1.3297 +nsString::nsString(nsAString const &)
  1.3298 +nsGenericContainerElement::SetAttr(nsINodeInfo *, nsAString const &, int)
  1.3299 +nsXMLElement::SetAttr(nsINodeInfo *, nsAString const &, int)
  1.3300 +
  1.3301 +<nsXMLElement>
  1.3302 +PR_Malloc
  1.3303 +nsVoidArray::SizeTo(int)
  1.3304 +nsAutoVoidArray::SizeTo(int)
  1.3305 +nsVoidArray::GrowArrayBy(int)
  1.3306 +nsVoidArray::InsertElementAt(void *, int)
  1.3307 +nsCheapVoidArray::AppendElement(void *)
  1.3308 +nsGenericContainerElement::AppendChildTo(nsIContent *, int, int)
  1.3309 +nsXMLContentSink::AddContentAsLeaf(nsIContent *)
  1.3310 +
  1.3311 +#----------------------------------------------------------------------
  1.3312 +#
  1.3313 +# nsXMLDocument
  1.3314 +#
  1.3315 +
  1.3316 +<nsXMLDocument>
  1.3317 +PR_Malloc
  1.3318 +nsMemoryImpl::Alloc(unsigned int)
  1.3319 +nsMemory::Alloc(unsigned int)
  1.3320 +nsStr::Alloc(nsStr &, unsigned int)
  1.3321 +nsStr::Realloc(nsStr &, unsigned int)
  1.3322 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.3323 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.3324 +nsString::SetCapacity(unsigned int)
  1.3325 +nsString::SetLength(unsigned int)
  1.3326 +nsAString::do_AssignFromReadable(nsAString const &)
  1.3327 +nsAString::AssignFromReadable(nsAString const &)
  1.3328 +nsDocument::nsDocument(void)
  1.3329 +nsMarkupDocument::nsMarkupDocument(void)
  1.3330 +nsXMLDocument::nsXMLDocument(void)
  1.3331 +
  1.3332 +<nsXMLDocument>
  1.3333 +PR_Malloc
  1.3334 +nsMemoryImpl::Alloc(unsigned int)
  1.3335 +nsMemory::Alloc(unsigned int)
  1.3336 +nsStr::Alloc(nsStr &, unsigned int)
  1.3337 +nsStr::Realloc(nsStr &, unsigned int)
  1.3338 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.3339 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.3340 +nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int)
  1.3341 +nsString::AppendWithConversion(char const *, int)
  1.3342 +nsString::AssignWithConversion(char const *)
  1.3343 +nsDocument::StartDocumentLoad(char const *, nsIChannel *, nsILoadGroup *, nsISupports *, nsIStreamListener **, int)
  1.3344 +nsXMLDocument::StartDocumentLoad(char const *, nsIChannel *, nsILoadGroup *, nsISupports *, nsIStreamListener **, int)
  1.3345 +
  1.3346 +#----------------------------------------------------------------------
  1.3347 +
  1.3348 +<nsGCCache>
  1.3349 +__builtin_new
  1.3350 +nsGCCache::nsGCCache(void)
  1.3351 +
  1.3352 +#----------------------------------------------------------------------
  1.3353 +#
  1.3354 +# prefs
  1.3355 +#
  1.3356 +
  1.3357 +<nsPref>
  1.3358 +_init
  1.3359 +PL_HashTableRawAdd
  1.3360 +PL_HashTableAdd
  1.3361 +pref_HashPref
  1.3362 +
  1.3363 +<nsPref>
  1.3364 +_init
  1.3365 +PL_NewHashTable
  1.3366 +PREF_Init
  1.3367 +
  1.3368 +<nsPref>
  1.3369 +pref_HashPref
  1.3370 +
  1.3371 +<nsPref>
  1.3372 +PR_Malloc
  1.3373 +PL_HashTableFinalize(PLHashTable *)
  1.3374 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3375 +nsHashtable::nsHashtable(unsigned int, int)
  1.3376 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.3377 +nsPref::nsPref(void)
  1.3378 +
  1.3379 +<nsPref>
  1.3380 +PREF_RegisterCallback
  1.3381 +
  1.3382 +<nsPref>
  1.3383 +PR_Malloc
  1.3384 +nsMemoryImpl::Alloc(unsigned int)
  1.3385 +nsMemory::Alloc(unsigned int)
  1.3386 +nsStr::Alloc(nsStr &, unsigned int)
  1.3387 +nsStr::Realloc(nsStr &, unsigned int)
  1.3388 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.3389 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.3390 +nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int)
  1.3391 +nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int)
  1.3392 +nsCString::nsCString(nsCString const &)
  1.3393 +nsTArray<nsCString>::InsertElementAt(int, nsCString const &)
  1.3394 +nsPrefBranch::AddObserver(char const *, nsIObserver *)
  1.3395 +
  1.3396 +#----------------------------------------------------------------------
  1.3397 +
  1.3398 +<nsThread>
  1.3399 +PR_Calloc
  1.3400 +PR_SetThreadPrivate
  1.3401 +nsThread::RegisterThreadSelf(void)
  1.3402 +
  1.3403 +<nsFontGTK>
  1.3404 +XFreeFont
  1.3405 +
  1.3406 +<nsFontGTK>
  1.3407 +__builtin_new
  1.3408 +nsFontGTK::operator new(unsigned int)
  1.3409 +
  1.3410 +<nsGenericContainerElement>
  1.3411 +__builtin_new
  1.3412 +nsCheapVoidArray::SwitchToVector(void)
  1.3413 +nsCheapVoidArray::AppendElement(void *)
  1.3414 +nsGenericContainerElement::AppendChildTo(nsIContent *, int)
  1.3415 +
  1.3416 +<nsGenericContainerElement>
  1.3417 +PR_Realloc
  1.3418 +nsVoidArray::SizeTo(int)
  1.3419 +nsAutoVoidArray::SizeTo(int)
  1.3420 +nsVoidArray::GrowArrayBy(int)
  1.3421 +nsVoidArray::InsertElementAt(void *, int)
  1.3422 +nsCheapVoidArray::AppendElement(void *)
  1.3423 +nsGenericContainerElement::AppendChildTo(nsIContent *, int, int)
  1.3424 +
  1.3425 +#----------------------------------------------------------------------
  1.3426 +#
  1.3427 +# nsObserverService
  1.3428 +#
  1.3429 +
  1.3430 +<nsObserverService>
  1.3431 +PR_Malloc
  1.3432 +PL_HashTableFinalize(PLHashTable *)
  1.3433 +PL_HashTableRawAdd
  1.3434 +nsHashtable::Put(nsHashKey *, void *)
  1.3435 +nsObserverService::GetObserverList(unsigned short const *, nsIObserverList **)
  1.3436 +
  1.3437 +<nsObserverService>
  1.3438 +PR_Malloc
  1.3439 +PL_HashTableFinalize(PLHashTable *)
  1.3440 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3441 +nsHashtable::nsHashtable(unsigned int, int)
  1.3442 +nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int)
  1.3443 +nsObserverService::GetObserverList(unsigned short const *, nsIObserverList **)
  1.3444 +
  1.3445 +<nsObserverService>
  1.3446 +__builtin_new
  1.3447 +nsStringKey::Clone(void) const
  1.3448 +nsHashtable::Put(nsHashKey *, void *)
  1.3449 +nsObserverService::GetObserverList(nsString const &, nsIObserverList **)
  1.3450 +
  1.3451 +<nsObserverService>
  1.3452 +PR_Malloc
  1.3453 +PL_HashTableFinalize(PLHashTable *)
  1.3454 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3455 +nsHashtable::nsHashtable(unsigned int, int)
  1.3456 +nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int)
  1.3457 +nsObserverService::GetObserverList(nsString const &, nsIObserverList **)
  1.3458 +
  1.3459 +<nsObserverService>
  1.3460 +__builtin_new
  1.3461 +NS_NewObserverList(nsIObserverList **)
  1.3462 +nsObserverService::GetObserverList(nsString const &, nsIObserverList **)
  1.3463 +
  1.3464 +<nsObserverService>
  1.3465 +__builtin_new
  1.3466 +nsObserverService::GetObserverList(nsString const &, nsIObserverList **)
  1.3467 +
  1.3468 +<nsObserverService>
  1.3469 +PR_Malloc
  1.3470 +PL_HashTableFinalize(PLHashTable *)
  1.3471 +PL_HashTableRawAdd
  1.3472 +nsHashtable::Put(nsHashKey *, void *)
  1.3473 +nsObserverService::GetObserverList(nsString const &, nsIObserverList **)
  1.3474 +
  1.3475 +<nsObserverService>
  1.3476 +PR_Malloc
  1.3477 +PL_HashTableFinalize(PLHashTable *)
  1.3478 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3479 +nsHashtable::nsHashtable(unsigned int, int)
  1.3480 +nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int)
  1.3481 +nsObserverService::GetObserverList(char const *, nsObserverList **)
  1.3482 +
  1.3483 +<nsObserverService>
  1.3484 +__builtin_new
  1.3485 +__builtin_vec_new
  1.3486 +nsSupportsArray::GrowArrayBy(int)
  1.3487 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.3488 +nsSupportsArray::AppendElement(nsISupports *)
  1.3489 +nsObserverList::AddObserver(nsIObserver *, int)
  1.3490 +
  1.3491 +#----------------------------------------------------------------------
  1.3492 +
  1.3493 +<nsViewManager>
  1.3494 +PR_Malloc
  1.3495 +PL_HashTableFinalize(PLHashTable *)
  1.3496 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3497 +nsHashtable::nsHashtable(unsigned int, int)
  1.3498 +nsViewManager::nsViewManager(void)
  1.3499 +
  1.3500 +<nsViewManager2>
  1.3501 +__builtin_new
  1.3502 +nsViewManager2::AddToDisplayList(int *, nsView *, nsRect &, nsRect &, unsigned int, int, int)
  1.3503 +
  1.3504 +# ----------------------------------------------------------------------
  1.3505 +#
  1.3506 +# nsBindingManager
  1.3507 +#
  1.3508 +
  1.3509 +<nsBindingManager>
  1.3510 +PR_Malloc
  1.3511 +PL_HashTableFinalize(PLHashTable *)
  1.3512 +PL_HashTableRawAdd
  1.3513 +nsHashtable::Put(nsHashKey *, void *)
  1.3514 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3515 +nsBindingManager::SetContentListFor(nsIContent *, nsISupportsArray *)
  1.3516 +
  1.3517 +<nsBindingManager>
  1.3518 +PR_Malloc
  1.3519 +PL_HashTableFinalize(PLHashTable *)
  1.3520 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3521 +nsHashtable::nsHashtable(unsigned int, int)
  1.3522 +nsBindingManager::SetInsertionParent(nsIContent *, nsIContent *)
  1.3523 +
  1.3524 +<nsBindingManager>
  1.3525 +PR_Malloc
  1.3526 +PL_HashTableFinalize(PLHashTable *)
  1.3527 +PL_HashTableRawAdd
  1.3528 +nsHashtable::Put(nsHashKey *, void *)
  1.3529 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3530 +nsBindingManager::SetAnonymousNodesFor(nsIContent *, nsISupportsArray *)
  1.3531 +
  1.3532 +<nsBindingManager>
  1.3533 +__builtin_new
  1.3534 +nsISupportsKey::Clone(void) const
  1.3535 +nsHashtable::Put(nsHashKey *, void *)
  1.3536 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3537 +nsBindingManager::SetBinding(nsIContent *, nsIXBLBinding *)
  1.3538 +
  1.3539 +<nsBindingManager>
  1.3540 +__builtin_new
  1.3541 +nsBindingManager::SetBinding(nsIContent *, nsIXBLBinding *)
  1.3542 +
  1.3543 +<nsBindingManager>
  1.3544 +__builtin_new
  1.3545 +nsBindingManager::SetInsertionParent(nsIContent *, nsIContent *)
  1.3546 +
  1.3547 +<nsBindingManager>
  1.3548 +PR_Malloc
  1.3549 +PL_HashTableFinalize(PLHashTable *)
  1.3550 +PL_HashTableRawAdd
  1.3551 +nsHashtable::Put(nsHashKey *, void *)
  1.3552 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3553 +nsBindingManager::SetBinding(nsIContent *, nsIXBLBinding *)
  1.3554 +
  1.3555 +<nsBindingManager>
  1.3556 +PR_Malloc
  1.3557 +PL_HashTableFinalize(PLHashTable *)
  1.3558 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3559 +nsHashtable::nsHashtable(unsigned int, int)
  1.3560 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.3561 +nsBindingManager::SetBinding(nsIContent *, nsIXBLBinding *)
  1.3562 +
  1.3563 +<nsBindingManager>
  1.3564 +PR_Malloc
  1.3565 +PL_HashTableFinalize(PLHashTable *)
  1.3566 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3567 +nsHashtable::nsHashtable(unsigned int, int)
  1.3568 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.3569 +nsBindingManager::SetInsertionParent(nsIContent *, nsIContent *)
  1.3570 +
  1.3571 +<nsBindingManager>
  1.3572 +PR_Malloc
  1.3573 +PL_HashTableFinalize(PLHashTable *)
  1.3574 +PL_HashTableRawAdd
  1.3575 +nsHashtable::Put(nsHashKey *, void *)
  1.3576 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3577 +nsBindingManager::SetInsertionParent(nsIContent *, nsIContent *)
  1.3578 +
  1.3579 +<nsBindingManager>
  1.3580 +PR_Malloc
  1.3581 +PL_HashTableFinalize(PLHashTable *)
  1.3582 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3583 +nsHashtable::nsHashtable(unsigned int, int)
  1.3584 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.3585 +nsBindingManager::SetWrappedJS(nsIContent *, nsIXPConnectWrappedJS *)
  1.3586 +
  1.3587 +<nsBindingManager>
  1.3588 +__builtin_new
  1.3589 +__builtin_vec_new
  1.3590 +nsSupportsArray::GrowArrayBy(int)
  1.3591 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.3592 +nsSupportsArray::AppendElement(nsISupports *)
  1.3593 +nsBindingManager::AddToAttachedQueue(nsIXBLBinding *)
  1.3594 +
  1.3595 +# ----------------------------------------------------------------------
  1.3596 +
  1.3597 +<NameSpaceManagerImpl>
  1.3598 +PR_Malloc
  1.3599 +nsMemoryImpl::Alloc(unsigned int)
  1.3600 +nsMemory::Alloc(unsigned int)
  1.3601 +nsStr::Alloc(nsStr &, unsigned int)
  1.3602 +nsStr::Realloc(nsStr &, unsigned int)
  1.3603 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.3604 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.3605 +nsString::SetCapacity(unsigned int)
  1.3606 +nsString::SetLength(unsigned int)
  1.3607 +nsAString::do_AssignFromReadable(nsAString const &)
  1.3608 +nsAString::AssignFromReadable(nsAString const &)
  1.3609 +nsString::nsString(nsAString const &)
  1.3610 +NameSpaceManagerImpl::RegisterNameSpace(nsAString const &, int &)
  1.3611 +
  1.3612 +<NameSpaceManagerImpl>
  1.3613 +__builtin_new
  1.3614 +nsStringKey::Clone(void) const
  1.3615 +nsHashtable::Put(nsHashKey *, void *)
  1.3616 +nsLayoutUtils::GetDynamicScriptContext(JSContext *, nsIScriptContext **)
  1.3617 +NameSpaceManagerImpl::NameSpaceManagerImpl(void)
  1.3618 +
  1.3619 +<NameSpaceManagerImpl>
  1.3620 +__builtin_new
  1.3621 +nsStringKey::Clone(void) const
  1.3622 +nsHashtable::Put(nsHashKey *, void *)
  1.3623 +NameSpaceManagerImpl::RegisterNameSpace(basic_nsAReadableString<unsigned short> const &, int &)
  1.3624 +
  1.3625 +<NameSpaceManagerImpl>
  1.3626 +PR_Malloc
  1.3627 +nsMemoryImpl::Alloc(unsigned int)
  1.3628 +nsMemory::Alloc(unsigned int)
  1.3629 +nsStr::Alloc(nsStr &, unsigned int)
  1.3630 +nsStr::Realloc(nsStr &, unsigned int)
  1.3631 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.3632 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.3633 +nsStr::StrAppend(nsStr &, nsStr const &, unsigned int, int)
  1.3634 +nsStr::StrAssign(nsStr &, nsStr const &, unsigned int, int)
  1.3635 +nsString::nsString(nsString const &)
  1.3636 +nsLayoutUtils::CopyNewlineNormalizedUnicodeTo(nsReadingIterator<unsigned short> &, nsReadingIterator<unsigned short> const &, basic_nsAWritableString<unsigned short> &)
  1.3637 +NameSpaceManagerImpl::NameSpaceManagerImpl(void)
  1.3638 +
  1.3639 +<nsErrorService>
  1.3640 +__builtin_new
  1.3641 +nsErrorService::Create(nsISupports *, nsID const &, void **)
  1.3642 +
  1.3643 +<nsErrorService>
  1.3644 +__builtin_new
  1.3645 +nsVoidKey::Clone(void) const
  1.3646 +nsHashtable::Put(nsHashKey *, void *)
  1.3647 +nsInt2StrHashtable::Put(unsigned int, char const *)
  1.3648 +nsErrorService::RegisterErrorStringBundleKey(unsigned int, char const *)
  1.3649 +
  1.3650 +<nsErrorService>
  1.3651 +PR_Malloc
  1.3652 +PL_HashTableFinalize(PLHashTable *)
  1.3653 +PL_HashTableRawAdd
  1.3654 +nsHashtable::Put(nsHashKey *, void *)
  1.3655 +nsInt2StrHashtable::Put(unsigned int, char const *)
  1.3656 +nsErrorService::RegisterErrorStringBundleKey(unsigned int, char const *)
  1.3657 +
  1.3658 +<nsDocument>
  1.3659 +__builtin_new
  1.3660 +ArenaImpl::Create(nsISupports *, nsID const &, void **)
  1.3661 +NS_NewHeapArena(nsIArena **, unsigned int)
  1.3662 +nsDocument::Init(void)
  1.3663 +
  1.3664 +<nsDocument>
  1.3665 +PR_Malloc
  1.3666 +PL_HashTableFinalize(PLHashTable *)
  1.3667 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3668 +nsHashtable::nsHashtable(unsigned int, int)
  1.3669 +nsDocument::nsDocument(void)
  1.3670 +
  1.3671 +<nsDocument>
  1.3672 +__builtin_new
  1.3673 +nsDocument::SetHeaderData(nsIAtom *, basic_nsAReadableString<unsigned short> const &)
  1.3674 +
  1.3675 +<nsDocument::mContentWrapperHash>
  1.3676 +PR_Malloc
  1.3677 +PL_HashTableFinalize(PLHashTable *)
  1.3678 +PL_HashTableRawAdd
  1.3679 +nsHashtable::Put(nsHashKey *, void *)
  1.3680 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3681 +nsDocument::AddReference(void *, nsISupports *)
  1.3682 +
  1.3683 +<nsDocHeaderData>
  1.3684 +PR_Malloc
  1.3685 +nsMemoryImpl::Alloc(unsigned int)
  1.3686 +nsMemory::Alloc(unsigned int)
  1.3687 +nsStr::Alloc(nsStr &, unsigned int)
  1.3688 +nsStr::Realloc(nsStr &, unsigned int)
  1.3689 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.3690 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.3691 +nsString::SetCapacity(unsigned int)
  1.3692 +nsString::SetLength(unsigned int)
  1.3693 +~.*
  1.3694 +~.*
  1.3695 +basic_nsAWritableString<unsigned short>::Assign(basic_nsAReadableString<unsigned short> const &)
  1.3696 +nsDocHeaderData::nsDocHeaderData(nsIAtom *, basic_nsAReadableString<unsigned short> const &)
  1.3697 +
  1.3698 +<XPCContext>
  1.3699 +__builtin_new
  1.3700 +XPCContext::newXPCContext(XPCJSRuntime *, JSContext *)
  1.3701 +
  1.3702 +<nsEventQueueService>
  1.3703 +__builtin_new
  1.3704 +nsEventQueueServiceImpl::Create(nsISupports *, nsID const &, void **)
  1.3705 +
  1.3706 +<nsEventQueueService>
  1.3707 +PR_Malloc
  1.3708 +PL_HashTableFinalize(PLHashTable *)
  1.3709 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3710 +nsHashtable::nsHashtable(unsigned int, int)
  1.3711 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.3712 +nsEventQueueServiceImpl::nsEventQueueServiceImpl(void)
  1.3713 +
  1.3714 +<nsEventListenerManager>
  1.3715 +PR_Realloc
  1.3716 +nsVoidArray::SizeTo(int)
  1.3717 +nsAutoVoidArray::SizeTo(int)
  1.3718 +nsVoidArray::GrowArrayBy(int)
  1.3719 +nsVoidArray::InsertElementAt(void *, int)
  1.3720 +nsEventListenerManager::AddEventListener(nsIDOMEventListener *, EventArrayType, int, nsHashKey *, int)
  1.3721 +
  1.3722 +<nsEventListenerManager>
  1.3723 +PR_Malloc
  1.3724 +nsEventListenerManager::AddEventListener(nsIDOMEventListener *, EventArrayType, int, nsHashKey *, int)
  1.3725 +nsEventListenerManager::SetJSEventListener(nsIScriptContext *, nsISupports *, nsIAtom *, int)
  1.3726 +nsEventListenerManager::AddScriptEventListener(nsIScriptContext *, nsISupports *, nsIAtom *, nsAString const &, int)
  1.3727 +
  1.3728 +<nsEventListenerManager>
  1.3729 +PR_Malloc
  1.3730 +nsEventListenerManager::AddEventListener(nsIDOMEventListener *, EventArrayType, int, nsHashKey *, int)
  1.3731 +nsEventListenerManager::AddEventListenerByType(nsIDOMEventListener *, nsAString const &, int)
  1.3732 +
  1.3733 +<nsEventListenerManager>
  1.3734 +PR_Malloc
  1.3735 +nsEventListenerManager::AddEventListener(nsIDOMEventListener *, EventArrayType, int, nsHashKey *, int)
  1.3736 +nsEventListenerManager::AddEventListenerByIID(nsIDOMEventListener *, nsID const &, int)
  1.3737 +
  1.3738 +<nsEventListenerManager>
  1.3739 +PR_Malloc
  1.3740 +nsVoidArray::SizeTo(int)
  1.3741 +nsAutoVoidArray::SizeTo(int)
  1.3742 +nsVoidArray::GrowArrayBy(int)
  1.3743 +nsVoidArray::ReplaceElementAt(void *, int)
  1.3744 +nsEventListenerManager::GetListenersByType(EventArrayType, nsHashKey *, int)
  1.3745 +
  1.3746 +<nsEventListenerManager>
  1.3747 +PR_Malloc
  1.3748 +nsVoidArray::SizeTo(int)
  1.3749 +nsAutoVoidArray::SizeTo(int)
  1.3750 +nsVoidArray::GrowArrayBy(int)
  1.3751 +nsVoidArray::ReplaceElementAt(void *, int)
  1.3752 +nsEventListenerManager::GetListenersByType(EventArrayType, nsHashKey *, int)
  1.3753 +
  1.3754 +<nsEventListenerManager>
  1.3755 +__builtin_new
  1.3756 +nsEventListenerManager::AddEventListener(nsIDOMEventListener *, nsID const &, int, int)
  1.3757 +
  1.3758 +<nsEventListenerManager>
  1.3759 +PR_Malloc
  1.3760 +nsEventListenerManager::AddEventListener(nsIDOMEventListener *, nsID const &, int, int)
  1.3761 +
  1.3762 +<nsCParserNode>
  1.3763 +__builtin_new
  1.3764 +nsCParserNode::AddAttribute(CToken *)
  1.3765 +
  1.3766 +<nsCParserNode>
  1.3767 +__builtin_new
  1.3768 +__builtin_vec_new
  1.3769 +nsDeque::GrowCapacity(void)
  1.3770 +nsDeque::Push(void *)
  1.3771 +nsCParserNode::AddAttribute(CToken *)
  1.3772 +
  1.3773 +<nsSocketTransportService>
  1.3774 +PR_Malloc
  1.3775 +nsSocketTransportService::Init(void)
  1.3776 +
  1.3777 +<nsSocketTransport>
  1.3778 +PR_Malloc
  1.3779 +nsSocketTransport::AsyncWrite(nsIInputStream *, nsIStreamObserver *, nsISupports *)
  1.3780 +
  1.3781 +<nsSocketTransport>
  1.3782 +PR_Malloc
  1.3783 +_PR_Getfd
  1.3784 +PR_GetConnectStatus
  1.3785 +PR_Socket
  1.3786 +PR_OpenTCPSocket
  1.3787 +nsSocketTransport::doConnection(short)
  1.3788 +
  1.3789 +<CompositeDataSourceImpl>
  1.3790 +PR_Malloc
  1.3791 +PL_ArenaAllocate
  1.3792 +nsFixedSizeAllocator::AddBucket(unsigned int)
  1.3793 +nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int)
  1.3794 +CompositeDataSourceImpl::CompositeDataSourceImpl(void)
  1.3795 +
  1.3796 +<CompositeDataSourceImpl>
  1.3797 +PR_Malloc
  1.3798 +PL_ArenaAllocate
  1.3799 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.3800 +CompositeDataSourceImpl::GetTargets(nsIRDFResource *, nsIRDFResource *, int, nsISimpleEnumerator **)
  1.3801 +
  1.3802 +<CompositeDataSourceImpl>
  1.3803 +PR_Malloc
  1.3804 +PL_ArenaAllocate
  1.3805 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.3806 +CompositeDataSourceImpl::ArcLabelsIn(nsIRDFNode *, nsISimpleEnumerator **)
  1.3807 +
  1.3808 +<CompositeDataSourceImpl>
  1.3809 +PR_Malloc
  1.3810 +PL_ArenaAllocate
  1.3811 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.3812 +CompositeDataSourceImpl::ArcLabelsOut(nsIRDFResource *, nsISimpleEnumerator **)
  1.3813 +
  1.3814 +# ----------------------------------------------------------------------
  1.3815 +#
  1.3816 +# nsHTMLValue
  1.3817 +#
  1.3818 +
  1.3819 +<nsHTMLValue>
  1.3820 +PR_Malloc
  1.3821 +nsMemoryImpl::Alloc(unsigned int)
  1.3822 +nsMemory::Alloc(unsigned int)
  1.3823 +unsigned short * AllocateStringCopy<unsigned short, unsigned short>(basic_nsAReadableString<unsigned short> const &, unsigned short *)
  1.3824 +ToNewUnicode(basic_nsAReadableString<unsigned short> const &)
  1.3825 +nsHTMLValue::nsHTMLValue(basic_nsAReadableString<unsigned short> const &, nsHTMLUnit)
  1.3826 +
  1.3827 +<nsHTMLValue>
  1.3828 +PR_Malloc
  1.3829 +nsMemoryImpl::Alloc(unsigned int)
  1.3830 +nsMemory::Alloc(unsigned int)
  1.3831 +ToNewUnicode(nsAString const &)
  1.3832 +nsHTMLValue::SetStringValue(nsAString const &, nsHTMLUnit)
  1.3833 +
  1.3834 +<nsHTMLValue>
  1.3835 +PR_Malloc
  1.3836 +nsMemoryImpl::Alloc(unsigned int)
  1.3837 +nsMemory::Alloc(unsigned int)
  1.3838 +unsigned short * AllocateStringCopy<nsAString, unsigned short>(nsAString const &, unsigned short *)
  1.3839 +ToNewUnicode(nsAString const &)
  1.3840 +nsHTMLValue::nsHTMLValue(nsAString const &, nsHTMLUnit)
  1.3841 +
  1.3842 +<nsHTMLValue>
  1.3843 +PR_Malloc
  1.3844 +nsMemoryImpl::Alloc(unsigned int)
  1.3845 +nsMemory::Alloc(unsigned int)
  1.3846 +unsigned short * AllocateStringCopy<nsAString, unsigned short>(nsAString const &, unsigned short *)
  1.3847 +ToNewUnicode(nsAString const &)
  1.3848 +nsHTMLValue::SetStringValue(nsAString const &, nsHTMLUnit)
  1.3849 +
  1.3850 +# ----------------------------------------------------------------------
  1.3851 +
  1.3852 +<nsMemCache>
  1.3853 +PR_Malloc
  1.3854 +PL_HashTableFinalize(PLHashTable *)
  1.3855 +PL_HashTableRawAdd
  1.3856 +nsHashtable::Put(nsHashKey *, void *)
  1.3857 +nsMemCache::GetCachedNetData(char const *, unsigned int, nsINetDataCacheRecord **)
  1.3858 +
  1.3859 +<nsMemCache>
  1.3860 +PR_Malloc
  1.3861 +PL_HashTableFinalize(PLHashTable *)
  1.3862 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3863 +nsHashtable::nsHashtable(unsigned int, int)
  1.3864 +nsMemCache::Init(void)
  1.3865 +
  1.3866 +<nsMemCache>
  1.3867 +__builtin_new
  1.3868 +nsOpaqueKey::Clone(void) const
  1.3869 +nsHashtable::Put(nsHashKey *, void *)
  1.3870 +nsMemCache::GetCachedNetData(char const *, unsigned int, nsINetDataCacheRecord **)
  1.3871 +
  1.3872 +<nsMemCache>
  1.3873 +PR_Malloc
  1.3874 +nsMemoryImpl::Alloc(unsigned int)
  1.3875 +nsMemory::Alloc(unsigned int)
  1.3876 +nsOpaqueKey::Clone(void) const
  1.3877 +nsHashtable::Put(nsHashKey *, void *)
  1.3878 +nsMemCache::GetCachedNetData(char const *, unsigned int, nsINetDataCacheRecord **)
  1.3879 +
  1.3880 +<nsMemCache>
  1.3881 +__builtin_new
  1.3882 +nsOpaqueKey::Clone(void) const
  1.3883 +nsHashtable::Put(nsHashKey *, void *)
  1.3884 +nsMemCache::GetCachedNetData(char const *, unsigned int, nsINetDataCacheRecord **)
  1.3885 +
  1.3886 +<nsMemCache>
  1.3887 +PR_Malloc
  1.3888 +nsMemoryImpl::Alloc(unsigned int)
  1.3889 +nsMemory::Alloc(unsigned int)
  1.3890 +nsOpaqueKey::Clone(void) const
  1.3891 +nsHashtable::Put(nsHashKey *, void *)
  1.3892 +nsMemCache::GetCachedNetData(char const *, unsigned int, nsINetDataCacheRecord **)
  1.3893 +
  1.3894 +<nsMemCacheRecord>
  1.3895 +__builtin_new
  1.3896 +__builtin_vec_new
  1.3897 +nsMemCacheRecord::SetMetaData(unsigned int, char const *)
  1.3898 +
  1.3899 +<nsMemCacheRecord>
  1.3900 +__builtin_new
  1.3901 +__builtin_vec_new
  1.3902 +nsMemCacheRecord::Init(char const *, unsigned int, unsigned int, nsMemCache *)
  1.3903 +
  1.3904 +<nsTextFormatter>
  1.3905 +PR_Realloc
  1.3906 +nsXPIDLString type_info function
  1.3907 +nsXPIDLString type_info function
  1.3908 +nsTextFormatter::vsmprintf(unsigned short const *, void *)
  1.3909 +nsTextFormatter::smprintf(unsigned short const *,...)
  1.3910 +
  1.3911 +<nsTextFormatter>
  1.3912 +PR_Malloc
  1.3913 +nsXPIDLString type_info function
  1.3914 +nsXPIDLString type_info function
  1.3915 +nsTextFormatter::vsmprintf(unsigned short const *, void *)
  1.3916 +
  1.3917 +<nsTextFormatter>
  1.3918 +PR_Realloc
  1.3919 +nsXPIDLString type_info function
  1.3920 +nsXPIDLString type_info function
  1.3921 +nsTextFormatter::vsmprintf(unsigned short const *, void *)
  1.3922 +
  1.3923 +#----------------------------------------------------------------------
  1.3924 +#
  1.3925 +# nsPresContext
  1.3926 +#
  1.3927 +
  1.3928 +<nsPresContext>
  1.3929 +PR_Malloc
  1.3930 +PL_HashTableFinalize(PLHashTable *)
  1.3931 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3932 +nsHashtable::nsHashtable(unsigned int, int)
  1.3933 +nsPresContext::nsPresContext(void)
  1.3934 +
  1.3935 +<nsPresContext>
  1.3936 +PR_Malloc
  1.3937 +PL_HashTableFinalize(PLHashTable *)
  1.3938 +PL_HashTableRawAdd
  1.3939 +nsHashtable::Put(nsHashKey *, void *)
  1.3940 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3941 +nsPresContext::LoadImage(nsString const &, nsIFrame *, imgIRequest **)
  1.3942 +
  1.3943 +#----------------------------------------------------------------------
  1.3944 +#
  1.3945 +# nsPresState
  1.3946 +#
  1.3947 +
  1.3948 +<nsPresState>
  1.3949 +__builtin_new
  1.3950 +nsPresState::SetStateProperty(nsAString const &, nsAString const &)
  1.3951 +
  1.3952 +<nsPresState>
  1.3953 +__builtin_new
  1.3954 +nsPresState::SetStatePropertyAsSupports(nsAString const &, nsISupports *)
  1.3955 +
  1.3956 +<nsPresState>
  1.3957 +PR_Malloc
  1.3958 +PL_HashTableFinalize(PLHashTable *)
  1.3959 +PL_HashTableRawAdd
  1.3960 +nsHashtable::Put(nsHashKey *, void *)
  1.3961 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3962 +nsPresState::SetStatePropertyAsSupports(basic_nsAReadableString<unsigned short> const &, nsISupports *)
  1.3963 +
  1.3964 +<nsPresState>
  1.3965 +PR_Malloc
  1.3966 +PL_HashTableFinalize(PLHashTable *)
  1.3967 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3968 +nsHashtable::nsHashtable(unsigned int, int)
  1.3969 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.3970 +nsPresState::SetStateProperty(basic_nsAReadableString<unsigned short> const &, basic_nsAReadableString<unsigned short> const &)
  1.3971 +
  1.3972 +<nsPresState>
  1.3973 +PR_Malloc
  1.3974 +PL_HashTableFinalize(PLHashTable *)
  1.3975 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.3976 +nsHashtable::nsHashtable(unsigned int, int)
  1.3977 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.3978 +nsPresState::SetStatePropertyAsSupports(basic_nsAReadableString<unsigned short> const &, nsISupports *)
  1.3979 +
  1.3980 +<nsPresState>
  1.3981 +PR_Malloc
  1.3982 +PL_HashTableFinalize(PLHashTable *)
  1.3983 +PL_HashTableRawAdd
  1.3984 +nsHashtable::Put(nsHashKey *, void *)
  1.3985 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.3986 +nsPresState::SetStateProperty(basic_nsAReadableString<unsigned short> const &, basic_nsAReadableString<unsigned short> const &)
  1.3987 +
  1.3988 +<nsPresState>
  1.3989 +PR_Malloc
  1.3990 +nsMemoryImpl::Alloc(unsigned int)
  1.3991 +nsMemory::Alloc(unsigned int)
  1.3992 +nsSupportsWStringImpl::SetDataWithLength(unsigned int, unsigned short const *)
  1.3993 +nsSupportsWStringImpl::SetData(unsigned short const *)
  1.3994 +nsPresState::SetStateProperty(basic_nsAReadableString<unsigned short> const &, basic_nsAReadableString<unsigned short> const &)
  1.3995 +
  1.3996 +<nsPresState>
  1.3997 +__builtin_new
  1.3998 +nsStringKey::Clone(void) const
  1.3999 +nsHashtable::Put(nsHashKey *, void *)
  1.4000 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4001 +nsPresState::SetStatePropertyAsSupports(basic_nsAReadableString<unsigned short> const &, nsISupports *)
  1.4002 +
  1.4003 +<nsPresState>
  1.4004 +__builtin_new
  1.4005 +nsStringKey::Clone(void) const
  1.4006 +nsHashtable::Put(nsHashKey *, void *)
  1.4007 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4008 +nsPresState::SetStateProperty(basic_nsAReadableString<unsigned short> const &, basic_nsAReadableString<unsigned short> const &)
  1.4009 +
  1.4010 +<nsPresState>
  1.4011 +PR_Malloc
  1.4012 +nsMemoryImpl::Alloc(unsigned int)
  1.4013 +nsMemory::Alloc(unsigned int)
  1.4014 +nsSupportsWStringImpl::SetDataWithLength(unsigned int, unsigned short const *)
  1.4015 +nsSupportsWStringImpl::SetData(unsigned short const *)
  1.4016 +nsPresState::SetStateProperty(basic_nsAReadableString<unsigned short> const &, basic_nsAReadableString<unsigned short> const &)
  1.4017 +
  1.4018 +<nsPresState>
  1.4019 +PR_Malloc
  1.4020 +PL_HashTableFinalize(PLHashTable *)
  1.4021 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4022 +nsHashtable::nsHashtable(unsigned int, int)
  1.4023 +nsPresState::SetStateProperty(nsAString const &, nsAString const &)
  1.4024 +
  1.4025 +<nsPresState>
  1.4026 +PR_Malloc
  1.4027 +PL_HashTableFinalize(PLHashTable *)
  1.4028 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4029 +nsHashtable::nsHashtable(unsigned int, int)
  1.4030 +nsPresState::SetStatePropertyAsSupports(nsAString const &, nsISupports *)
  1.4031 +
  1.4032 +<nsPresState>
  1.4033 +PR_Malloc
  1.4034 +PL_HashTableFinalize(PLHashTable *)
  1.4035 +PL_HashTableRawAdd
  1.4036 +nsHashtable::Put(nsHashKey *, void *)
  1.4037 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4038 +nsPresState::SetStateProperty(nsAString const &, nsAString const &)
  1.4039 +
  1.4040 +<nsPresState>
  1.4041 +PR_Malloc
  1.4042 +PL_HashTableFinalize(PLHashTable *)
  1.4043 +PL_HashTableRawAdd
  1.4044 +nsHashtable::Put(nsHashKey *, void *)
  1.4045 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4046 +nsPresState::SetStatePropertyAsSupports(nsAString const &, nsISupports *)
  1.4047 +
  1.4048 +<nsPresState>
  1.4049 +PR_Malloc
  1.4050 +nsMemoryImpl::Alloc(unsigned int)
  1.4051 +nsMemory::Alloc(unsigned int)
  1.4052 +nsSupportsStringImpl::SetDataWithLength(unsigned int, char const *)
  1.4053 +nsSupportsStringImpl::SetData(char const *)
  1.4054 +nsPresState::SetStateProperty(nsAString const &, nsAString const &)
  1.4055 +
  1.4056 +# ----------------------------------------------------------------------
  1.4057 +#
  1.4058 +# Prefs stuff
  1.4059 +#
  1.4060 +
  1.4061 +<prefs-unclassified>
  1.4062 +PL_strdup
  1.4063 +pref_HashPref
  1.4064 +
  1.4065 +<prefs-unclassified>
  1.4066 +PL_strdup
  1.4067 +PREF_LockPref
  1.4068 +
  1.4069 +<prefs-unclassified>
  1.4070 +PL_strdup
  1.4071 +PREF_RegisterCallback
  1.4072 +
  1.4073 +#----------------------------------------------------------------------
  1.4074 +#
  1.4075 +# Imagelib Stuff
  1.4076 +#
  1.4077 +
  1.4078 +<imgRequest>
  1.4079 +PR_Malloc
  1.4080 +nsVoidArray::SizeTo(int)
  1.4081 +nsVoidArray::GrowArrayBy(int)
  1.4082 +nsVoidArray::InsertElementAt(void *, int)
  1.4083 +imgRequest::AddProxy(imgRequestProxy *)
  1.4084 +
  1.4085 +<ImageRequestImpl>
  1.4086 +__builtin_new
  1.4087 +ImageRequestImpl::AddObserver(nsIImageRequestObserver *)
  1.4088 +
  1.4089 +<ImageRequestImpl>
  1.4090 +PR_Malloc
  1.4091 +XP_AddObserver
  1.4092 +ImageRequestImpl::Init(void *, char const *, nsIImageRequestObserver *, unsigned int const *, unsigned int, unsigned int, unsigned int, ilINetContext *)
  1.4093 +
  1.4094 +<imglib-unclassified>
  1.4095 +__builtin_new
  1.4096 +ImageNetContextImpl::GetURL(ilIURL *, ImgCachePolicy, ilINetReader *, int)
  1.4097 +
  1.4098 +# il_group_notify() is really a call to a static rounting il_init_scaling()
  1.4099 +<imglib-scaling>
  1.4100 +PR_Malloc
  1.4101 +il_group_notify(_IL_GroupContext *, long)
  1.4102 +il_size(il_container_struct *)
  1.4103 +ImgDCallbk::ImgDCBImageSize(void)
  1.4104 +
  1.4105 +<imglib-gifdecode>
  1.4106 +PR_Calloc
  1.4107 +il_gif_write(il_container_struct *, unsigned char const *, int)
  1.4108 +
  1.4109 +<imglib-gifdecode>
  1.4110 +PR_Malloc
  1.4111 +il_gif_write(il_container_struct *, unsigned char const *, int)
  1.4112 +
  1.4113 +<gif_struct>
  1.4114 +PR_Calloc
  1.4115 +il_gif_init(il_container_struct *)
  1.4116 +
  1.4117 +<IL_ImageReq>
  1.4118 +PR_Calloc
  1.4119 +IL_GetImage
  1.4120 +
  1.4121 +<imglib-container-stuff>
  1.4122 +PR_Calloc
  1.4123 +il_get_container(_IL_GroupContext *, ImgCachePolicy, char const *, _NI_IRGB *, IL_DitherMode, int, int, int)
  1.4124 +
  1.4125 +<IL_ColorSpace>
  1.4126 +PR_Calloc
  1.4127 +IL_CreateTrueColorSpace
  1.4128 +
  1.4129 +<IL_Pixmap>
  1.4130 +PR_Calloc
  1.4131 +il_size(il_container_struct *)
  1.4132 +ImgDCallbk::ImgDCBImageSize(void)
  1.4133 +
  1.4134 +<IL_ColorSpace>
  1.4135 +PR_Calloc
  1.4136 +IL_CreateGreyScaleColorSpace
  1.4137 +
  1.4138 +<imglib-gifcompat>
  1.4139 +PR_Malloc
  1.4140 +il_BACat(char **, unsigned int, char const *, unsigned int)
  1.4141 +
  1.4142 +<imglib-gifcompat>
  1.4143 +PR_Realloc
  1.4144 +il_BACat(char **, unsigned int, char const *, unsigned int)
  1.4145 +
  1.4146 +<ImageConsumer>
  1.4147 +PR_Malloc
  1.4148 +ImageConsumer::OnStartRequest(nsIChannel *, nsISupports *)
  1.4149 +
  1.4150 +# These are really called from `static' routines in ilclient.cpp,
  1.4151 +# *not* ImgDCallbk::CreateInstance()
  1.4152 +<imglib-list>
  1.4153 +PR_Calloc
  1.4154 +ImgDCallbk::CreateInstance(nsID const &, il_container_struct *, nsID const &, void **)
  1.4155 +
  1.4156 +#----------------------------------------------------------------------
  1.4157 +
  1.4158 +<nsImageGTK>
  1.4159 +__builtin_new
  1.4160 +__builtin_vec_new
  1.4161 +nsImageGTK::Init(int, int, int, nsMaskRequirements)
  1.4162 +
  1.4163 +#----------------------------------------------------------------------
  1.4164 +#
  1.4165 +# nsLayoutHistoryState
  1.4166 +#
  1.4167 +
  1.4168 +<nsLayoutHistoryState>
  1.4169 +PR_Malloc
  1.4170 +PL_HashTableFinalize(PLHashTable *)
  1.4171 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4172 +nsHashtable::nsHashtable(unsigned int, int)
  1.4173 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.4174 +nsLayoutHistoryState::nsLayoutHistoryState(void)
  1.4175 +
  1.4176 +<nsLayoutHistoryState>
  1.4177 +PR_Malloc
  1.4178 +PL_HashTableFinalize(PLHashTable *)
  1.4179 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4180 +nsHashtable::nsHashtable(unsigned int, int)
  1.4181 +nsLayoutHistoryState::nsLayoutHistoryState(void)
  1.4182 +
  1.4183 +<nsLayoutHistoryState>
  1.4184 +PR_Malloc
  1.4185 +PL_HashTableFinalize(PLHashTable *)
  1.4186 +PL_HashTableRawAdd
  1.4187 +nsHashtable::Put(nsHashKey *, void *)
  1.4188 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4189 +nsLayoutHistoryState::AddState(unsigned int, nsIPresState *, nsIStatefulFrame::StateType)
  1.4190 +
  1.4191 +<nsLayoutHistoryState>
  1.4192 +__builtin_new
  1.4193 +nsVoidKey::Clone(void) const
  1.4194 +nsHashtable::Put(nsHashKey *, void *)
  1.4195 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4196 +nsLayoutHistoryState::AddState(unsigned int, nsIPresState *, nsIStatefulFrame::StateType)
  1.4197 +
  1.4198 +<nsLayoutHistoryState>
  1.4199 +PR_Malloc
  1.4200 +nsMemoryImpl::Alloc(unsigned int)
  1.4201 +nsMemory::Alloc(unsigned int)
  1.4202 +nsCStringKey::Clone(void) const
  1.4203 +nsHashtable::Put(nsHashKey *, void *)
  1.4204 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4205 +nsLayoutHistoryState::AddState(nsCString const &, nsIPresState *)
  1.4206 +
  1.4207 +<nsLayoutHistoryState>
  1.4208 +PR_Malloc
  1.4209 +PL_HashTableFinalize(PLHashTable *)
  1.4210 +PL_HashTableRawAdd
  1.4211 +nsHashtable::Put(nsHashKey *, void *)
  1.4212 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4213 +nsLayoutHistoryState::AddState(nsCString const &, nsIPresState *)
  1.4214 +
  1.4215 +# ----------------------------------------------------------------------
  1.4216 +#
  1.4217 +# nsCookieService
  1.4218 +#
  1.4219 +
  1.4220 +<nsCookieService>
  1.4221 +PR_Realloc
  1.4222 +Local_SACat(char **, char const *)
  1.4223 +COOKIE_GetCookie(char *)
  1.4224 +
  1.4225 +<nsCookieService>
  1.4226 +PR_Malloc
  1.4227 +cookie_IsFromHost(_cookie_CookieStruct *, char *)
  1.4228 +
  1.4229 +<nsCookieService>
  1.4230 +PR_Malloc
  1.4231 +nsMemoryImpl::Alloc(unsigned int)
  1.4232 +nsMemory::Alloc(unsigned int)
  1.4233 +ToNewCString(nsAString const &)
  1.4234 +COOKIE_Read(void)
  1.4235 +nsCookieService::Init(void)
  1.4236 +
  1.4237 +# ----------------------------------------------------------------------
  1.4238 +
  1.4239 +<nsReplacementPolicy>
  1.4240 +PR_Realloc
  1.4241 +nsMemoryImpl::Realloc(void *, unsigned int)
  1.4242 +nsMemory::Realloc(void *, unsigned int)
  1.4243 +nsReplacementPolicy::AssociateCacheEntryWithRecord(nsINetDataCacheRecord *, nsINetDataCache *, nsCachedNetData **)
  1.4244 +
  1.4245 +<nsReplacementPolicy>
  1.4246 +PR_Malloc
  1.4247 +nsMemoryImpl::Alloc(unsigned int)
  1.4248 +nsMemory::Alloc(unsigned int)
  1.4249 +nsReplacementPolicy::Init(unsigned int)
  1.4250 +
  1.4251 +<nsHTTPHeaderArray>
  1.4252 +PR_Malloc
  1.4253 +nsMemoryImpl::Alloc(unsigned int)
  1.4254 +nsMemory::Alloc(unsigned int)
  1.4255 +nsStr::Alloc(nsStr &, unsigned int)
  1.4256 +nsStr::Realloc(nsStr &, unsigned int)
  1.4257 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.4258 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.4259 +nsCString::SetCapacity(unsigned int)
  1.4260 +nsCString::SetLength(unsigned int)
  1.4261 +nsACString::do_AssignFromReadable(nsACString const &)
  1.4262 +nsACString::do_AssignFromElementPtr(char const *)
  1.4263 +nsHttpHeaderArray::SetHeader(nsHttpAtom, char const *)
  1.4264 +
  1.4265 +<nsHTTPHandler>
  1.4266 +PR_Malloc
  1.4267 +PL_HashTableFinalize(PLHashTable *)
  1.4268 +PL_HashTableRawAdd
  1.4269 +nsHashtable::Put(nsHashKey *, void *)
  1.4270 +nsHTTPHandler::SetServerCapabilities(char const *, int, unsigned int)
  1.4271 +
  1.4272 +<nsHTTPHandler>
  1.4273 +PR_Malloc
  1.4274 +PL_HashTableFinalize(PLHashTable *)
  1.4275 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4276 +nsHashtable::nsHashtable(unsigned int, int)
  1.4277 +nsHTTPHandler::nsHTTPHandler(void)
  1.4278 +
  1.4279 +<nsHTTPHandler>
  1.4280 +__builtin_new
  1.4281 +nsCStringKey::Clone(void) const
  1.4282 +nsHashtable::Put(nsHashKey *, void *)
  1.4283 +nsHTTPHandler::SetServerCapabilities(char const *, int, unsigned int)
  1.4284 +
  1.4285 +<nsCachedNetData>
  1.4286 +PR_Malloc
  1.4287 +PL_ArenaAllocate
  1.4288 +ArenaImpl::Alloc(unsigned int)
  1.4289 +nsCachedNetData::operator new(unsigned int, nsIArena *)
  1.4290 +
  1.4291 +<ns4xPluginStreamListener>
  1.4292 +PR_Malloc
  1.4293 +ns4xPluginStreamListener::OnDataAvailable(nsIPluginStreamInfo *, nsIInputStream *, unsigned int)
  1.4294 +
  1.4295 +<nsSegmentedBuffer>
  1.4296 +PR_Malloc
  1.4297 +nsMemoryImpl::Alloc(unsigned int)
  1.4298 +nsSegmentedBuffer::AppendNewSegment(void)
  1.4299 +
  1.4300 +<nsAuthURLParser>
  1.4301 +PL_strndup
  1.4302 +ExtractString
  1.4303 +
  1.4304 +<nsJAR>
  1.4305 +PR_Malloc
  1.4306 +PL_HashTableFinalize(PLHashTable *)
  1.4307 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4308 +nsHashtable::nsHashtable(unsigned int, int)
  1.4309 +__17nsObjectHashtablePFP9nsHashKeyPvPv_PvPvPFP9nsHashKeyPvPv_iT2Uii
  1.4310 +nsJAR::nsJAR(void)
  1.4311 +
  1.4312 +<nsJAR>
  1.4313 +PR_Malloc
  1.4314 +PL_HashTableFinalize(PLHashTable *)
  1.4315 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4316 +nsHashtable::nsHashtable(unsigned int, int)
  1.4317 +nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int)
  1.4318 +nsJAR::nsJAR(void)
  1.4319 +
  1.4320 +<nsJARURI>
  1.4321 +PR_Malloc
  1.4322 +nsMemoryImpl::Alloc(unsigned int)
  1.4323 +nsMemory::Alloc(unsigned int)
  1.4324 +ToNewCString(nsACString const &)
  1.4325 +nsIOService::ResolveRelativePath(char const *, char const *, char **)
  1.4326 +nsJARURI::SetSpec(char const *)
  1.4327 +
  1.4328 +<nsStreamConverterService>
  1.4329 +PR_Malloc
  1.4330 +PL_HashTableFinalize(PLHashTable *)
  1.4331 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4332 +nsHashtable::nsHashtable(unsigned int, int)
  1.4333 +nsStreamConverterService::Init(void)
  1.4334 +
  1.4335 +<nsLayoutUtils>
  1.4336 +PR_Malloc
  1.4337 +PL_HashTableFinalize(PLHashTable *)
  1.4338 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4339 +nsHashtable::nsHashtable(unsigned int, int)
  1.4340 +nsLayoutUtils::GetDynamicScriptContext(JSContext *, nsIScriptContext **)
  1.4341 +
  1.4342 +<nsDNSService>
  1.4343 +PR_Malloc
  1.4344 +PL_HashTableFinalize(PLHashTable *)
  1.4345 +PL_HashTableRawAdd
  1.4346 +nsHashtable::Put(nsHashKey *, void *)
  1.4347 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4348 +nsDNSService::GetLookupEntry(char const *, nsDNSLookup **)
  1.4349 +
  1.4350 +<nsDNSService>
  1.4351 +PL_DHashAllocTable
  1.4352 +PL_DHashTableInit
  1.4353 +nsDNSService::Init(void)
  1.4354 +
  1.4355 +<nsDNSService>
  1.4356 +__builtin_new
  1.4357 +nsDNSService::GetLookupEntry(char const *, nsDNSLookup **)
  1.4358 +
  1.4359 +<nsDNSService>
  1.4360 +__builtin_new
  1.4361 +nsDNSService::Lookup(char const *, nsIDNSListener *, nsISupports *, nsIRequest **)
  1.4362 +
  1.4363 +<nsDNSService>
  1.4364 +__builtin_new
  1.4365 +nsCStringKey::Clone(void) const
  1.4366 +nsHashtable::Put(nsHashKey *, void *)
  1.4367 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4368 +nsDNSService::GetLookupEntry(char const *, nsDNSLookup **)
  1.4369 +
  1.4370 +<nsDNSLookup>
  1.4371 +gethostbyname2
  1.4372 +PR_GetIPNodeByName
  1.4373 +nsDNSLookup::InitiateLookup(void)
  1.4374 +
  1.4375 +<nsDNSLookup>
  1.4376 +__builtin_new
  1.4377 +nsSupportsArray::Create(nsISupports *, nsID const &, void **)
  1.4378 +NS_NewISupportsArray(nsISupportsArray **)
  1.4379 +nsDNSLookup::Init(char const *)
  1.4380 +
  1.4381 +<nsDNSLookup>
  1.4382 +__builtin_new
  1.4383 +nsDNSLookup::Create(char const *)
  1.4384 +
  1.4385 +# ----------------------------------------------------------------------
  1.4386 +#
  1.4387 +# nsFormControlList
  1.4388 +#
  1.4389 +
  1.4390 +<nsFormControlList>
  1.4391 +PR_Malloc
  1.4392 +PL_HashTableFinalize(PLHashTable *)
  1.4393 +PL_HashTableRawAdd
  1.4394 +nsHashtable::Put(nsHashKey *, void *)
  1.4395 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4396 +nsFormControlList::AddElementToTable(nsIFormControl *, basic_nsAReadableString<unsigned short> const &)
  1.4397 +
  1.4398 +<nsFormControlList>
  1.4399 +PR_Malloc
  1.4400 +PL_HashTableFinalize(PLHashTable *)
  1.4401 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4402 +nsHashtable::nsHashtable(unsigned int, int)
  1.4403 +nsFormControlList::nsFormControlList(nsIDOMHTMLFormElement *)
  1.4404 +
  1.4405 +<nsFormControlList>
  1.4406 +__builtin_new
  1.4407 +nsFormControlList::AddElementToTable(nsIFormControl *, basic_nsAReadableString<unsigned short> const &)
  1.4408 +
  1.4409 +<nsFormControlList>
  1.4410 +__builtin_new
  1.4411 +nsStringKey::Clone(void) const
  1.4412 +nsHashtable::Put(nsHashKey *, void *)
  1.4413 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4414 +nsFormControlList::AddElementToTable(nsIFormControl *, basic_nsAReadableString<unsigned short> const &)
  1.4415 +
  1.4416 +<nsFormControlList>
  1.4417 +PR_Malloc
  1.4418 +PL_HashTableFinalize(PLHashTable *)
  1.4419 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4420 +nsHashtable::nsHashtable(unsigned int, int)
  1.4421 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.4422 +nsFormControlList::AddElementToTable(nsIFormControl *, basic_nsAReadableString<unsigned short> const &)
  1.4423 +
  1.4424 +<nsFormControlList>
  1.4425 +PR_Malloc
  1.4426 +PL_HashTableFinalize(PLHashTable *)
  1.4427 +PL_HashTableRawAdd
  1.4428 +nsHashtable::Put(nsHashKey *, void *)
  1.4429 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4430 +nsFormControlList::AddElementToTable(nsIFormControl *, nsAString const &)
  1.4431 +
  1.4432 +# ----------------------------------------------------------------------
  1.4433 +#
  1.4434 +# nsControllerCommandManager
  1.4435 +#
  1.4436 +
  1.4437 +<nsControllerCommandManager>
  1.4438 +__builtin_new
  1.4439 +__builtin_vec_new
  1.4440 +NS_NewControllerCommandManager(nsIControllerCommandManager **)
  1.4441 +
  1.4442 +<nsControllerCommandManager>
  1.4443 +PR_Malloc
  1.4444 +PL_HashTableFinalize(PLHashTable *)
  1.4445 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4446 +nsHashtable::nsHashtable(unsigned int, int)
  1.4447 +nsControllerCommandManager::nsControllerCommandManager(void)
  1.4448 +
  1.4449 +<nsControllerCommandManager>
  1.4450 +PR_Malloc
  1.4451 +PL_HashTableFinalize(PLHashTable *)
  1.4452 +PL_HashTableRawAdd
  1.4453 +nsHashtable::Put(nsHashKey *, void *)
  1.4454 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4455 +nsControllerCommandManager::RegisterCommand(nsAString const &, nsIControllerCommand *)
  1.4456 +
  1.4457 +<nsControllerCommandManager>
  1.4458 +PR_Malloc
  1.4459 +PL_HashTableFinalize(PLHashTable *)
  1.4460 +PL_HashTableRawAdd
  1.4461 +nsHashtable::Put(nsHashKey *, void *)
  1.4462 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4463 +nsControllerCommandManager::RegisterCommand(unsigned short const *, nsIControllerCommand *)
  1.4464 +
  1.4465 +<nsControllerCommandManager>
  1.4466 +__builtin_new
  1.4467 +nsStringKey::Clone(void) const
  1.4468 +nsHashtable::Put(nsHashKey *, void *)
  1.4469 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.4470 +nsControllerCommandManager::RegisterCommand(unsigned short const *, nsIControllerCommand *)
  1.4471 +
  1.4472 +<nsControllerCommandManager>
  1.4473 +PR_Malloc
  1.4474 +PL_HashTableFinalize(PLHashTable *)
  1.4475 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.4476 +nsHashtable::nsHashtable(unsigned int, int)
  1.4477 +nsSupportsHashtable::nsSupportsHashtable(unsigned int, int)
  1.4478 +nsControllerCommandManager::nsControllerCommandManager(void)
  1.4479 +
  1.4480 +<nsConsoleService>
  1.4481 +PR_Malloc
  1.4482 +nsMemoryImpl::Alloc(unsigned int)
  1.4483 +nsMemory::Alloc(unsigned int)
  1.4484 +nsConsoleService::nsConsoleService(void)
  1.4485 +
  1.4486 +<mozilla::dom::Element>
  1.4487 +__builtin_new
  1.4488 +mozilla::dom::Element::GetDOMSlots(void)
  1.4489 +
  1.4490 +<HTMLAttribute>
  1.4491 +__builtin_new
  1.4492 +HTMLAttribute::CopyHTMLAttributes(HTMLAttribute *, HTMLAttribute **)
  1.4493 +
  1.4494 +# ----------------------------------------------------------------------
  1.4495 +#
  1.4496 +# HTMLAttributesImpl
  1.4497 +#
  1.4498 +
  1.4499 +<HTMLAttributesImpl>
  1.4500 +__builtin_new
  1.4501 +HTMLAttributesImpl::SetAttributeFor(nsIAtom *, nsAString const &, int, nsIHTMLContent *, nsIHTMLStyleSheet *)
  1.4502 +
  1.4503 +<HTMLAttributesImpl>
  1.4504 +__builtin_new
  1.4505 +HTMLAttributesImpl::SetAttributeFor(nsIAtom *, nsHTMLValue const &, int, nsIHTMLContent *, nsIHTMLStyleSheet *, int &)
  1.4506 +
  1.4507 +<HTMLAttributesImpl>
  1.4508 +__builtin_new
  1.4509 +__builtin_vec_new
  1.4510 +HTMLAttributesImpl::SetAttributeName(nsIAtom *, int &)
  1.4511 +
  1.4512 +<HTMLAttributesImpl>
  1.4513 +__builtin_new
  1.4514 +nsHTMLMappedAttributes::SetAttribute(nsIAtom *, nsHTMLValue const &)
  1.4515 +HTMLAttributesImpl::SetAttributeFor(nsIAtom *, nsHTMLValue const &, int, nsIHTMLContent *, nsIHTMLStyleSheet *, int &)
  1.4516 +
  1.4517 +<HTMLAttributesImpl>
  1.4518 +PR_Malloc
  1.4519 +nsMemoryImpl::Alloc(unsigned int)
  1.4520 +nsMemory::Alloc(unsigned int)
  1.4521 +nsCRT::strndup(unsigned short const *, unsigned int)
  1.4522 +nsCRT::strdup(unsigned short const *)
  1.4523 +nsHTMLValue::nsHTMLValue(nsHTMLValue const &)
  1.4524 +HTMLAttributesImpl::SetAttributeFor(nsIAtom *, nsHTMLValue const &, int, nsIHTMLContent *, nsIHTMLStyleSheet *, int &)
  1.4525 +
  1.4526 +<HTMLAttributesImpl>
  1.4527 +__builtin_new
  1.4528 +nsHTMLMappedAttributes::nsHTMLMappedAttributes(nsHTMLMappedAttributes const &)
  1.4529 +nsHTMLMappedAttributes::Clone(nsHTMLMappedAttributes **) const
  1.4530 +HTMLAttributesImpl::EnsureSingleMappedFor(nsIHTMLContent *, nsIHTMLStyleSheet *, int)
  1.4531 +
  1.4532 +# ----------------------------------------------------------------------
  1.4533 +
  1.4534 +<nsEntityConverter>
  1.4535 +__builtin_new
  1.4536 +__builtin_vec_new
  1.4537 +nsEntityConverter::LoadVersionPropertyFile(void)
  1.4538 +
  1.4539 +<nsTableFrame>
  1.4540 +__builtin_new
  1.4541 +__builtin_vec_new
  1.4542 +nsTableFrame::nsTableFrame(void)
  1.4543 +
  1.4544 +<nsTableFrame>
  1.4545 +__builtin_new
  1.4546 +__builtin_vec_new
  1.4547 +nsTableFrame::BalanceColumnWidths(nsIPresContext *, nsHTMLReflowState const &, nsSize const &, nsSize *)
  1.4548 +
  1.4549 +<nsTableFrame>
  1.4550 +__builtin_new
  1.4551 +nsTableFrame::Init(nsIPresContext *, nsIContent *, nsIFrame *, nsIStyleContext *, nsIFrame *)
  1.4552 +
  1.4553 +<nsTableCellFrame>
  1.4554 +__builtin_new
  1.4555 +nsTableCellFrame::GetFrameName(nsString &) const
  1.4556 +
  1.4557 +<nsCellMap>
  1.4558 +__builtin_new
  1.4559 +nsCellMap::AppendCell(nsTableCellMap &, nsTableCellFrame &, int, int)
  1.4560 +
  1.4561 +<nsCellMap>
  1.4562 +__builtin_new
  1.4563 +nsCellMap::Grow(nsTableCellMap &, int, int)
  1.4564 +
  1.4565 +<nsCellMap>
  1.4566 +PR_Malloc
  1.4567 +nsVoidArray::SizeTo(int)
  1.4568 +nsVoidArray::nsVoidArray(int)
  1.4569 +nsCellMap::Grow(nsTableCellMap &, int, int)
  1.4570 +
  1.4571 +<nsTableCellMap>
  1.4572 +__builtin_new
  1.4573 +nsTableCellMap::InsertGroupCellMap(nsTableRowGroupFrame &, nsTableRowGroupFrame *&)
  1.4574 +
  1.4575 +<nsTableCellMap>
  1.4576 +__builtin_new
  1.4577 +nsTableCellMap::AddColsAtEnd(unsigned int)
  1.4578 +
  1.4579 +<nsEncoderSupport>
  1.4580 +__builtin_new
  1.4581 +__builtin_vec_new
  1.4582 +nsEncoderSupport::nsEncoderSupport(void)
  1.4583 +
  1.4584 +<nsFrameImageLoader>
  1.4585 +__builtin_new
  1.4586 +Init__18nsFrameImageLoaderP14nsIPresContextP13nsIImageGroupRC8nsStringPCUiPC6nsSizeP8nsIFrame16nsImageAnimationPFP14nsIPresContextP19nsIFrameImageLoaderP8nsIFramePvUi_UiPvT9
  1.4587 +
  1.4588 +<nsFrameImageLoader>
  1.4589 +__builtin_new
  1.4590 +AddFrame__18nsFrameImageLoaderP8nsIFramePFP14nsIPresContextP19nsIFrameImageLoaderP8nsIFramePvUi_UiPvT3
  1.4591 +
  1.4592 +
  1.4593 +<nsFloaterCacheFreeList>
  1.4594 +__builtin_new
  1.4595 +nsFloaterCacheFreeList::Alloc(void)
  1.4596 +
  1.4597 +<nsDocLoaderImpl>
  1.4598 +__builtin_new
  1.4599 +nsDocLoaderImpl::AddChannelInfo(nsIChannel *)
  1.4600 +
  1.4601 +<nsDocLoaderImpl>
  1.4602 +__builtin_new
  1.4603 +nsDocLoaderImpl::AddRequestInfo(nsIRequest *)
  1.4604 +
  1.4605 +<nsTokenAllocator>
  1.4606 +PR_Malloc
  1.4607 +PL_ArenaAllocate
  1.4608 +nsFixedSizeAllocator::AddBucket(unsigned int)
  1.4609 +nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int)
  1.4610 +nsTokenAllocator::nsTokenAllocator(void)
  1.4611 +
  1.4612 +<SinkContext>
  1.4613 +__builtin_new
  1.4614 +__builtin_vec_new
  1.4615 +SinkContext::AddText(basic_nsAReadableString<unsigned short> const &)
  1.4616 +
  1.4617 +<SinkContext>
  1.4618 +__builtin_new
  1.4619 +__builtin_vec_new
  1.4620 +SinkContext::GrowStack(void)
  1.4621 +
  1.4622 +<nsScanner>
  1.4623 +PR_Malloc
  1.4624 +nsMemoryImpl::Alloc(unsigned int)
  1.4625 +nsMemory::Alloc(unsigned int)
  1.4626 +nsScanner::Append(char const *, unsigned int)
  1.4627 +
  1.4628 +<nsParser>
  1.4629 +__builtin_new
  1.4630 +nsParser::Parse(nsIURI *, nsIStreamObserver *, int, void *, nsDTDMode)
  1.4631 +
  1.4632 +<nsParser>
  1.4633 +__builtin_new
  1.4634 +nsParser::Parse(basic_nsAReadableString<unsigned short> const &, void *, nsString const &, int, int, nsDTDMode)
  1.4635 +
  1.4636 +<nsParser>
  1.4637 +__builtin_new
  1.4638 +__builtin_vec_new
  1.4639 +nsParser::OnDataAvailable(nsIChannel *, nsISupports *, nsIInputStream *, unsigned int, unsigned int)
  1.4640 +
  1.4641 +<nsParserModule>
  1.4642 +__builtin_new
  1.4643 +__builtin_vec_new
  1.4644 +InitializeElementTable(void)
  1.4645 +
  1.4646 +<nsStorageStream>
  1.4647 +__builtin_new
  1.4648 +nsStorageStream::Init(unsigned int, unsigned int, nsIMemory *)
  1.4649 +
  1.4650 +<nsEntryStack>
  1.4651 +__builtin_new
  1.4652 +__builtin_vec_new
  1.4653 +nsEntryStack::EnsureCapacityFor(int, int)
  1.4654 +
  1.4655 +<nsCacheManager>
  1.4656 +__builtin_new
  1.4657 +nsCacheManager::Init(void)
  1.4658 +
  1.4659 +<nsScriptError>
  1.4660 +PR_Malloc
  1.4661 +nsMemoryImpl::Alloc(unsigned int)
  1.4662 +nsMemory::Alloc(unsigned int)
  1.4663 +nsStr::Alloc(nsStr &, unsigned int)
  1.4664 +nsStr::Realloc(nsStr &, unsigned int)
  1.4665 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.4666 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.4667 +nsString::SetCapacity(unsigned int)
  1.4668 +nsString::SetLength(unsigned int)
  1.4669 +~.*
  1.4670 +~.*
  1.4671 +basic_nsAWritableString<unsigned short>::Assign(unsigned short const *)
  1.4672 +nsScriptError::Init(unsigned short const *, unsigned short const *, unsigned short const *, unsigned int, unsigned int, unsigned int, char const *)
  1.4673 +
  1.4674 +<nsScriptError>
  1.4675 +PR_Malloc
  1.4676 +nsMemoryImpl::Alloc(unsigned int)
  1.4677 +nsMemory::Alloc(unsigned int)
  1.4678 +nsStr::Alloc(nsStr &, unsigned int)
  1.4679 +nsStr::Realloc(nsStr &, unsigned int)
  1.4680 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.4681 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.4682 +nsCString::SetCapacity(unsigned int)
  1.4683 +nsCString::SetLength(unsigned int)
  1.4684 +~.*
  1.4685 +~.*
  1.4686 +basic_nsAWritableString<char>::Assign(char const *)
  1.4687 +nsScriptError::Init(unsigned short const *, unsigned short const *, unsigned short const *, unsigned int, unsigned int, unsigned int, char const *)
  1.4688 +
  1.4689 +<registry-Buffer>
  1.4690 +PR_Malloc
  1.4691 +bufio_SetBufferSize
  1.4692 +
  1.4693 +<nsString::PRUnichar*>
  1.4694 +PR_Malloc
  1.4695 +nsMemoryImpl::Alloc
  1.4696 +nsMemory::Alloc
  1.4697 +ToNewUnicode
  1.4698 +
  1.4699 +<nsString::char*>
  1.4700 +PR_Malloc
  1.4701 +nsMemoryImpl::Alloc
  1.4702 +nsMemory::Alloc
  1.4703 +nsStr::Alloc
  1.4704 +
  1.4705 +<nsDiskCacheMap>
  1.4706 +__builtin_new
  1.4707 +nsDiskCacheDevice::Init(void)
  1.4708 +
  1.4709 +<nsXULPrototypeAttribute>
  1.4710 +__builtin_new
  1.4711 +__builtin_vec_new
  1.4712 +XULContentSinkImpl::AddAttributes(nsIParserNode const &, nsXULPrototypeElement *)
  1.4713 +
  1.4714 +#
  1.4715 +# XPCNativeInterface::NewInstance allocates an array of XPCNativeMember
  1.4716 +# objects, and it also allocates an array of bytes to use for
  1.4717 +# XPCNativeInterface objects.  Trace would be the same for each.
  1.4718 +#
  1.4719 +<XPCNativeInterface>
  1.4720 +__builtin_new
  1.4721 +__builtin_vec_new
  1.4722 +XPCNativeInterface::NewInstance(XPCCallContext &, nsIInterfaceInfo *)
  1.4723 +
  1.4724 +<XPCNativeInterface>
  1.4725 +JS_DHashAllocTable
  1.4726 +JS_DHashTableFinish
  1.4727 +JS_DHashTableOperate
  1.4728 +XPCNativeInterface::GetNewOrUsed(XPCCallContext &, nsID const *)
  1.4729 +
  1.4730 +<nsDiskCacheBlockFile::mBitmap>
  1.4731 +__builtin_new
  1.4732 +__builtin_vec_new
  1.4733 +nsDiskCacheBlockFile::Open(nsILocalFile *, unsigned int)
  1.4734 +
  1.4735 +#----------------------------------------------------------------------
  1.4736 +#
  1.4737 +# nsConflictSet
  1.4738 +#
  1.4739 +
  1.4740 +<nsConflictSet::mBindingDependencies>
  1.4741 +__builtin_new
  1.4742 +__builtin_vec_new
  1.4743 +nsConflictSet::AllocBindingTable(void *, unsigned int)
  1.4744 +
  1.4745 +<nsConflictSet::mBindingDependencies>
  1.4746 +PR_Malloc
  1.4747 +PL_ArenaAllocate
  1.4748 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4749 +nsConflictSet::AllocBindingEntry(void *, void const *)
  1.4750 +
  1.4751 +<nsConflictSet::mClusters>
  1.4752 +__builtin_new
  1.4753 +__builtin_vec_new
  1.4754 +nsConflictSet::AllocClusterTable(void *, unsigned int)
  1.4755 +
  1.4756 +<nsConflictSet::mClusters>
  1.4757 +PR_Malloc
  1.4758 +PL_ArenaAllocate
  1.4759 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4760 +nsConflictSet::AllocClusterEntry(void *, void const *)
  1.4761 +
  1.4762 +<nsConflictSet::mSupport>
  1.4763 +__builtin_new
  1.4764 +__builtin_vec_new
  1.4765 +nsConflictSet::AllocSupportTable(void *, unsigned int)
  1.4766 +
  1.4767 +<nsConflictSet::mSupport>
  1.4768 +PR_Malloc
  1.4769 +PL_ArenaAllocate
  1.4770 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4771 +nsConflictSet::AllocSupportEntry(void *, void const *)
  1.4772 +
  1.4773 +<nsConflictSet::mSupport>
  1.4774 +PR_Malloc
  1.4775 +PL_ArenaAllocate
  1.4776 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4777 +nsRDFConMemberTestNode::Element::Clone(void *) const
  1.4778 +
  1.4779 +<nsConflictSet::mSupport>
  1.4780 +PR_Malloc
  1.4781 +PL_ArenaAllocate
  1.4782 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4783 +nsRDFConInstanceTestNode::Element::Clone(void *) const
  1.4784 +
  1.4785 +<nsConflictSet::mSupport>
  1.4786 +PR_Malloc
  1.4787 +PL_ArenaAllocate
  1.4788 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4789 +nsRDFConInstanceTestNode::FilterInstantiations(InstantiationSet &, void *) const
  1.4790 +
  1.4791 +<nsConflictSet::mSupport>
  1.4792 +__builtin_new
  1.4793 +MemoryElementSet::Add(MemoryElement *)
  1.4794 +
  1.4795 +<nsConflictSet>
  1.4796 +PL_DHashAllocTable
  1.4797 +PL_DHashTableFinish
  1.4798 +PL_DHashTableOperate
  1.4799 +nsTemplateMatchRefSet::AddToTable(nsTemplateMatch *)
  1.4800 +nsTemplateMatchRefSet::Add(nsTemplateMatch const *)
  1.4801 +nsConflictSet::Add(nsTemplateMatch *)
  1.4802 +
  1.4803 +<nsConflictSet>
  1.4804 +PR_Malloc
  1.4805 +PL_ArenaAllocate
  1.4806 +nsFixedSizeAllocator::AddBucket(unsigned int)
  1.4807 +nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int)
  1.4808 +nsConflictSet::Init(void)
  1.4809 +
  1.4810 +<nsConflictSet>
  1.4811 +PR_Malloc
  1.4812 +PL_ArenaAllocate
  1.4813 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4814 +nsConflictSet::SupportEntry::Create(nsFixedSizeAllocator &)
  1.4815 +
  1.4816 +<nsConflictSet>
  1.4817 +PR_Malloc
  1.4818 +PL_ArenaAllocate
  1.4819 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4820 +nsConflictSet::ClusterEntry::Create(nsFixedSizeAllocator &)
  1.4821 +
  1.4822 +#----------------------------------------------------------------------
  1.4823 +
  1.4824 +<nsAssignmentSet>
  1.4825 +__builtin_new
  1.4826 +nsAssignmentSet::Add(nsAssignment const &)
  1.4827 +
  1.4828 +#----------------------------------------------------------------------
  1.4829 +#
  1.4830 +# nsXULTemplateBuilder
  1.4831 +#
  1.4832 +
  1.4833 +<nsXULTemplateBuilder>
  1.4834 +__builtin_new
  1.4835 +nsXULTemplateBuilder::CompileSimpleRule(nsIContent *, int, InnerNode *)
  1.4836 +
  1.4837 +<nsXULTemplateBuilder>
  1.4838 +PL_DHashAllocTable
  1.4839 +PL_DHashTableInit
  1.4840 +nsXULContentBuilder::nsXULContentBuilder(void)
  1.4841 +
  1.4842 +<nsXULTemplateBuilder>
  1.4843 +PL_DHashAllocTable
  1.4844 +PL_DHashTableInit
  1.4845 +nsContentSupportMap::Init(void)
  1.4846 +
  1.4847 +<nsXULTemplateBuilder>
  1.4848 +PL_DHashAllocTable
  1.4849 +PL_DHashTableFinish
  1.4850 +PL_DHashTableOperate
  1.4851 +nsXULContentBuilder::BuildContentFromTemplate(nsIContent *, nsIContent *, nsIContent *, int, nsIRDFResource *, int, nsTemplateMatch *, nsIContent **, int *)
  1.4852 +
  1.4853 +<nsXULTemplateBuilder>
  1.4854 +PR_Malloc
  1.4855 +nsMemoryImpl::Alloc(unsigned int)
  1.4856 +nsMemory::Alloc(unsigned int)
  1.4857 +nsCRT::strndup(unsigned short const *, unsigned int)
  1.4858 +nsCRT::strdup(unsigned short const *)
  1.4859 +nsXULTemplateBuilder::AddBindingsFor(nsXULTemplateBuilder *, nsAString const &, void *)
  1.4860 +
  1.4861 +#----------------------------------------------------------------------
  1.4862 +#
  1.4863 +# nsRuleNetwork
  1.4864 +#
  1.4865 +
  1.4866 +<nsRuleNetwork>
  1.4867 +PL_DHashAllocTable
  1.4868 +PL_DHashTableInit
  1.4869 +nsRuleNetwork::Init(void)
  1.4870 +
  1.4871 +#----------------------------------------------------------------------
  1.4872 +#
  1.4873 +# nsTemplateRule
  1.4874 +#
  1.4875 +
  1.4876 +<nsTemplateRule>
  1.4877 +__builtin_new
  1.4878 +nsTemplateRule::AddBinding(int, nsIRDFResource *, int)
  1.4879 +
  1.4880 +#----------------------------------------------------------------------
  1.4881 +#
  1.4882 +# nsTemplateMatch
  1.4883 +#
  1.4884 +
  1.4885 +<nsTemplateMatch>
  1.4886 +__builtin_new
  1.4887 +nsAssignmentSet::Add(nsAssignment const &)
  1.4888 +nsTemplateRule::ComputeAssignmentFor(nsConflictSet &, nsTemplateMatch *, int, Value *) const
  1.4889 +nsTemplateMatch::GetAssignmentFor(nsConflictSet &, int, Value *)
  1.4890 +
  1.4891 +<nsTemplateMatch>
  1.4892 +PR_Malloc
  1.4893 +PL_ArenaAllocate
  1.4894 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4895 +nsInstantiationNode::Propagate(InstantiationSet const &, void *)
  1.4896 +
  1.4897 +<nsTemplateMatch>
  1.4898 +PR_Malloc
  1.4899 +PL_ArenaAllocate
  1.4900 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4901 +nsRDFConMemberTestNode::FilterInstantiations(InstantiationSet &, void *) const
  1.4902 +
  1.4903 +<nsTemplateMatch>
  1.4904 +PR_Malloc
  1.4905 +PL_ArenaAllocate
  1.4906 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.4907 +nsTemplateMatch::Create(nsFixedSizeAllocator &, nsTemplateRule const *, Instantiation const &, nsAssignmentSet const &)
  1.4908 +
  1.4909 +#----------------------------------------------------------------------
  1.4910 +
  1.4911 +<ReteNodeSet::mNodes>
  1.4912 +__builtin_new
  1.4913 +__builtin_vec_new
  1.4914 +ReteNodeSet::Add(ReteNode *)
  1.4915 +
  1.4916 +#----------------------------------------------------------------------
  1.4917 +
  1.4918 +<StaticModuleInfo>
  1.4919 +__builtin_new
  1.4920 +__builtin_vec_new
  1.4921 +nsStaticComponentLoader::GetModuleInfo(void)
  1.4922 +
  1.4923 +<RuleValue*>
  1.4924 +__builtin_new
  1.4925 +__builtin_vec_new
  1.4926 +RuleHash::EnumerateAllRules(int, nsIAtom *, nsIAtom *, nsVoidArray const &, void (*)(nsICSSStyleRule *, void *), void *)
  1.4927 +
  1.4928 +<XPCNativeSet>
  1.4929 +__builtin_new
  1.4930 +__builtin_vec_new
  1.4931 +XPCNativeSet::NewInstance(XPCCallContext &, nsIInterfaceInfo *)
  1.4932 +
  1.4933 +<XPCNativeSet>
  1.4934 +JS_DHashAllocTable
  1.4935 +JS_DHashTableFinish
  1.4936 +JS_DHashTableOperate
  1.4937 +XPCNativeSet::ClearCacheEntryForClassInfo(nsIClassInfo *)
  1.4938 +
  1.4939 +<XPCNativeSet>
  1.4940 +__builtin_new
  1.4941 +__builtin_vec_new
  1.4942 +XPCNativeSet::NewInstanceMutate(XPCNativeSet *, XPCNativeInterface *, unsigned short)
  1.4943 +
  1.4944 +<nsIRDFResource*>
  1.4945 +__builtin_new
  1.4946 +__builtin_vec_new
  1.4947 +nsResourceSet::Add(nsIRDFResource *)
  1.4948 +
  1.4949 +<nsXPCWrappedJSClass::mDescriptors>
  1.4950 +__builtin_new
  1.4951 +__builtin_vec_new
  1.4952 +nsXPCWrappedJSClass::nsXPCWrappedJSClass(XPCCallContext &, nsID const &, nsIInterfaceInfo *)
  1.4953 +
  1.4954 +<orkin-unclassified>
  1.4955 +__builtin_new
  1.4956 +orkinHeap::Alloc(nsIMdbEnv *, unsigned int, void **)
  1.4957 +
  1.4958 +<nsGenericAttribute>
  1.4959 +__builtin_new
  1.4960 +nsGenericContainerElement::SetAttribute(nsINodeInfo *, nsAString const &, int)
  1.4961 +
  1.4962 +#
  1.4963 +# Space for LiteralImpl is allocated using global operator new so
  1.4964 +# that extra space can be allocated for its string value.
  1.4965 +#
  1.4966 +<LiteralImpl>
  1.4967 +__builtin_new
  1.4968 +LiteralImpl::Create
  1.4969 +
  1.4970 +<nsXULContentSinkImpl::mText>
  1.4971 +PR_Malloc
  1.4972 +nsMemoryImpl::Alloc(unsigned int)
  1.4973 +nsMemory::Alloc(unsigned int)
  1.4974 +nsStr::Alloc(nsStr &, unsigned int)
  1.4975 +nsStr::Realloc(nsStr &, unsigned int)
  1.4976 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.4977 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.4978 +nsString::SetCapacity(unsigned int)
  1.4979 +XULContentSinkImpl::FlushText(int)
  1.4980 +
  1.4981 +<nsPersistentProperties>
  1.4982 +PR_Malloc
  1.4983 +nsMemoryImpl::Alloc(unsigned int)
  1.4984 +nsMemory::Alloc(unsigned int)
  1.4985 +nsCRT::strndup(unsigned short const *, unsigned int)
  1.4986 +nsCRT::strdup(unsigned short const *)
  1.4987 +nsString::ToNewUnicode(void) const
  1.4988 +nsPersistentProperties::SetStringProperty(nsString const &, nsString &, nsString &)
  1.4989 +
  1.4990 +<nsCSSValue>
  1.4991 +PR_Malloc
  1.4992 +nsMemoryImpl::Alloc(unsigned int)
  1.4993 +nsMemory::Alloc(unsigned int)
  1.4994 +nsCRT::strndup(unsigned short const *, unsigned int)
  1.4995 +nsCRT::strdup(unsigned short const *)
  1.4996 +nsCSSValue::operator=(nsCSSValue const &)
  1.4997 +
  1.4998 +#----------------------------------------------------------------------
  1.4999 +#
  1.5000 +# nsXULDocument
  1.5001 +#
  1.5002 +
  1.5003 +<nsXULDocument>
  1.5004 +PR_Realloc
  1.5005 +nsVoidArray::SizeTo(int)
  1.5006 +nsAutoVoidArray::SizeTo(int)
  1.5007 +nsVoidArray::GrowArrayBy(int)
  1.5008 +nsVoidArray::InsertElementAt(void *, int)
  1.5009 +nsXULDocument::AddObserver(nsIDocumentObserver *)
  1.5010 +
  1.5011 +<nsXULDocument::mBoxObjectTable>
  1.5012 +PR_Malloc
  1.5013 +PL_HashTableFinalize(PLHashTable *)
  1.5014 +PL_HashTableRawAdd
  1.5015 +nsHashtable::Put(nsHashKey *, void *)
  1.5016 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.5017 +nsXULDocument::SetBoxObjectFor(nsIDOMElement *, nsIBoxObject *)
  1.5018 +
  1.5019 +<nsXULDocument::mTemplateBuilderTable>
  1.5020 +PR_Malloc
  1.5021 +PL_HashTableFinalize(PLHashTable *)
  1.5022 +PL_HashTableRawAdd
  1.5023 +nsHashtable::Put(nsHashKey *, void *)
  1.5024 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.5025 +nsXULDocument::SetTemplateBuilderFor(nsIContent *, nsIXULTemplateBuilder *)
  1.5026 +
  1.5027 +# ----------------------------------------------------------------------
  1.5028 +
  1.5029 +<nsXULDocument::mElementMap>
  1.5030 +PR_Malloc
  1.5031 +nsMemoryImpl::Alloc(unsigned int)
  1.5032 +nsMemory::Alloc(unsigned int)
  1.5033 +ToNewUnicode(nsAString const &)
  1.5034 +nsElementMap::Add(nsAString const &, nsIContent *)
  1.5035 +nsXULDocument::AddElementToMap(nsIContent *)
  1.5036 +
  1.5037 +<nsXULDocument::mElementMap>
  1.5038 +PR_Malloc
  1.5039 +nsMemoryImpl::Alloc(unsigned int)
  1.5040 +nsMemory::Alloc(unsigned int)
  1.5041 +ToNewUnicode(nsAString const &)
  1.5042 +nsElementMap::Add(nsAString const &, nsIContent *)
  1.5043 +nsXULDocument::AddElementForID(nsAString const &, nsIContent *)
  1.5044 +
  1.5045 +<nsXULDocument::mElementMap>
  1.5046 +PR_Malloc
  1.5047 +PL_ArenaAllocate
  1.5048 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.5049 +nsXULTreeElement::SelectCallback(nsITimer *, void *)
  1.5050 +PL_HashTableRawAdd
  1.5051 +PL_HashTableAdd
  1.5052 +nsElementMap::Add(nsAString const &, nsIContent *)
  1.5053 +
  1.5054 +<nsXULDocument::mElementMap>
  1.5055 +PR_Malloc
  1.5056 +PL_ArenaAllocate
  1.5057 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.5058 +NS_NewControllerCommandManager(nsIControllerCommandManager **)
  1.5059 +PL_HashTableRawAdd
  1.5060 +PL_HashTableAdd
  1.5061 +nsElementMap::Add(nsAString const &, nsIContent *)
  1.5062 +
  1.5063 +<nsXULDocument::mElementMap>
  1.5064 +PR_Malloc
  1.5065 +PL_ArenaAllocate
  1.5066 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.5067 +nsElementMap::Add(nsAString const &, nsIContent *)
  1.5068 +
  1.5069 +<nsXULDocument::mElementMap>
  1.5070 +PR_Malloc
  1.5071 +PL_ArenaAllocate
  1.5072 +nsFixedSizeAllocator::AddBucket(unsigned int)
  1.5073 +nsFixedSizeAllocator::Init(char const *, unsigned int const *, int, int, int)
  1.5074 +nsElementMap::nsElementMap(void)
  1.5075 +
  1.5076 +<nsXULDocument::mElementMap>
  1.5077 +PR_Malloc
  1.5078 +nsMemoryImpl::Alloc(unsigned int)
  1.5079 +nsMemory::Alloc(unsigned int)
  1.5080 +unsigned short * AllocateStringCopy<nsAString, unsigned short>(nsAString const &, unsigned short *)
  1.5081 +ToNewUnicode(nsAString const &)
  1.5082 +nsElementMap::Add(nsAString const &, nsIContent *)
  1.5083 +
  1.5084 +<nsXULDocument::mContentWrapperHash>
  1.5085 +PR_Malloc
  1.5086 +PL_HashTableFinalize(PLHashTable *)
  1.5087 +PL_HashTableRawAdd
  1.5088 +nsHashtable::Put(nsHashKey *, void *)
  1.5089 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.5090 +nsXULDocument::AddReference(void *, nsISupports *)
  1.5091 +
  1.5092 +<nsXULDocument>
  1.5093 +__builtin_new
  1.5094 +__builtin_vec_new
  1.5095 +nsSupportsArray::GrowArrayBy(int)
  1.5096 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.5097 +nsSupportsArray::AppendElement(nsISupports *)
  1.5098 +nsXULDocument::PrepareToWalk(void)
  1.5099 +
  1.5100 +<nsXULDocument>
  1.5101 +PL_DHashAllocTable
  1.5102 +PL_DHashTableInit
  1.5103 +PL_NewDHashTable
  1.5104 +nsXULDocument::AddBroadcastListenerFor(nsIDOMElement *, nsIDOMElement *, nsAString const &)
  1.5105 +
  1.5106 +#----------------------------------------------------------------------
  1.5107 +
  1.5108 +<nsHTMLValue::mValue.mString>
  1.5109 +PR_Malloc
  1.5110 +nsMemoryImpl::Alloc(unsigned int)
  1.5111 +nsMemory::Alloc(unsigned int)
  1.5112 +ToNewUnicode(nsAString const &)
  1.5113 +nsHTMLValue::nsHTMLValue(nsAString const &, nsHTMLUnit)
  1.5114 +
  1.5115 +<nsCSSValue>
  1.5116 +PR_Malloc
  1.5117 +nsMemoryImpl::Alloc(unsigned int)
  1.5118 +nsMemory::Alloc(unsigned int)
  1.5119 +ExtractURLScheme
  1.5120 +nsStdURL::Resolve(char const *, char **)
  1.5121 +CSSParserImpl::ParseURL(int &, nsCSSValue &)
  1.5122 +
  1.5123 +<url-unclassified>
  1.5124 +PR_Malloc
  1.5125 +nsMemoryImpl::Alloc(unsigned int)
  1.5126 +nsMemory::Alloc(unsigned int)
  1.5127 +ExtractURLScheme
  1.5128 +nsStdURL::Resolve(char const *, char **)
  1.5129 +
  1.5130 +<css-unclassified>
  1.5131 +PR_Malloc
  1.5132 +PL_HashTableFinalize(PLHashTable *)
  1.5133 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.5134 +nsHashtable::nsHashtable(unsigned int, int)
  1.5135 +nsRuleNode::Transition(nsIStyleRule *, nsIRuleNode **)
  1.5136 +nsRuleWalker::Forward(nsIStyleRule *)
  1.5137 +
  1.5138 +#
  1.5139 +# Doesn't inherit nsISupports
  1.5140 +#
  1.5141 +<nsSupportsHashtable>
  1.5142 +__builtin_new
  1.5143 +nsRuleNode::Transition(nsIStyleRule *, nsIRuleNode **)
  1.5144 +
  1.5145 +#
  1.5146 +# No vtable.
  1.5147 +#
  1.5148 +<nsClassList>
  1.5149 +__builtin_new
  1.5150 +nsClassList::ParseClasses(nsClassList **, nsAString const &)
  1.5151 +
  1.5152 +#
  1.5153 +# Doesn't inherit nsISupports
  1.5154 +#
  1.5155 +<nsVoidArray>
  1.5156 +__builtin_new
  1.5157 +nsCheapVoidArray::SwitchToVector(void)
  1.5158 +
  1.5159 +<nsEventListenerManager>
  1.5160 +__builtin_new
  1.5161 +nsEventListenerManager::GetListenersByType(EventArrayType, nsHashKey *, int)
  1.5162 +
  1.5163 +#----------------------------------------------------------------------
  1.5164 +
  1.5165 +<nsServiceModule::mServices>
  1.5166 +PR_Malloc
  1.5167 +PL_HashTableFinalize(PLHashTable *)
  1.5168 +PL_HashTableInit(PLHashTable *, unsigned int, unsigned int (*)(void const *), int (*)(void const *, void const *), int (*)(void const *, void const *), PLHashAllocOps const *, void *)
  1.5169 +nsHashtable::nsHashtable(unsigned int, int)
  1.5170 +nsObjectHashtable::nsObjectHashtable(void *(*)(nsHashKey *, void *, void *), void *, int (*)(nsHashKey *, void *, void *), void *, unsigned int, int)
  1.5171 +nsServiceManagerImpl::nsServiceManagerImpl(void)
  1.5172 +
  1.5173 +<nsImportedStringHandle>
  1.5174 +__builtin_new
  1.5175 +nsXPIDLCString::PrepareForUseAsOutParam(void)
  1.5176 +
  1.5177 +<nsXBLJSClass>
  1.5178 +__builtin_new
  1.5179 +nsXBLBinding::InitClass
  1.5180 +
  1.5181 +<Assertion>
  1.5182 +PR_Malloc
  1.5183 +PL_ArenaAllocate
  1.5184 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.5185 +InMemoryDataSource::LockedAssert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int)
  1.5186 +
  1.5187 +<nsXBLAttributeEntry>
  1.5188 +PR_Malloc
  1.5189 +PL_ArenaAllocate
  1.5190 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.5191 +nsXBLPrototypeBinding::ConstructAttributeTable(nsIContent *)
  1.5192 +
  1.5193 +#----------------------------------------------------------------------
  1.5194 +#
  1.5195 +# nsRuleNode
  1.5196 +#
  1.5197 +
  1.5198 +<nsRuleNode>
  1.5199 +PR_Malloc
  1.5200 +PL_HashTableFinalize(PLHashTable *)
  1.5201 +PL_HashTableRawAdd
  1.5202 +nsHashtable::Put(nsHashKey *, void *)
  1.5203 +nsSupportsHashtable::Put(nsHashKey *, nsISupports *, nsISupports **)
  1.5204 +nsRuleNode::Transition(nsIStyleRule *, nsIRuleNode **)
  1.5205 +
  1.5206 +<nsRuleNode>
  1.5207 +PR_Malloc
  1.5208 +nsMemoryImpl::Alloc(unsigned int)
  1.5209 +nsMemory::Alloc(unsigned int)
  1.5210 +nsStr::Alloc(nsStr &, unsigned int)
  1.5211 +nsStr::Realloc(nsStr &, unsigned int)
  1.5212 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.5213 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.5214 +nsString::SetCapacity(unsigned int)
  1.5215 +nsString::SetLength(unsigned int)
  1.5216 +nsAString::do_AppendFromReadable(nsAString const &)
  1.5217 +nsAString::do_AppendFromElementPtr(unsigned short const *)
  1.5218 +nsRuleNode::ComputeDisplayData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5219 +
  1.5220 +<nsRuleNode>
  1.5221 +PR_Malloc
  1.5222 +nsMemoryImpl::Alloc(unsigned int)
  1.5223 +nsMemory::Alloc(unsigned int)
  1.5224 +nsStr::Alloc(nsStr &, unsigned int)
  1.5225 +nsStr::Realloc(nsStr &, unsigned int)
  1.5226 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.5227 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.5228 +nsString::SetCapacity(unsigned int)
  1.5229 +nsString::SetLength(unsigned int)
  1.5230 +nsAString::do_AppendFromReadable(nsAString const &)
  1.5231 +nsAString::do_AppendFromElementPtr(unsigned short const *)
  1.5232 +nsRuleNode::ComputeBackgroundData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5233 +
  1.5234 +<nsRuleNode>
  1.5235 +PR_Malloc
  1.5236 +nsMemoryImpl::Alloc(unsigned int)
  1.5237 +nsMemory::Alloc(unsigned int)
  1.5238 +nsStr::Alloc(nsStr &, unsigned int)
  1.5239 +nsStr::Realloc(nsStr &, unsigned int)
  1.5240 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.5241 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.5242 +nsString::SetCapacity(unsigned int)
  1.5243 +nsString::SetLength(unsigned int)
  1.5244 +nsAString::do_AppendFromReadable(nsAString const &)
  1.5245 +nsAString::do_AppendFromElementPtr(unsigned short const *)
  1.5246 +nsRuleNode::ComputeListData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5247 +
  1.5248 +# ----------------------------------------------------------------------
  1.5249 +
  1.5250 +# This stuff will only show off if you've turned off the FrameArena
  1.5251 +# in nsPresShell.cpp
  1.5252 +<nsRuleNode>
  1.5253 +PR_Malloc
  1.5254 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5255 +PresShell::AllocateFrame(unsigned int, void **)
  1.5256 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5257 +nsRuleNode::ComputeOutlineData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5258 +
  1.5259 +<nsRuleNode>
  1.5260 +PR_Malloc
  1.5261 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5262 +PresShell::AllocateFrame(unsigned int, void **)
  1.5263 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5264 +nsRuleNode::ComputeContentData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5265 +
  1.5266 +<nsRuleNode>
  1.5267 +PR_Malloc
  1.5268 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5269 +PresShell::AllocateFrame(unsigned int, void **)
  1.5270 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5271 +nsRuleNode::ComputeTableData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5272 +
  1.5273 +<nsRuleNode>
  1.5274 +PR_Malloc
  1.5275 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5276 +PresShell::AllocateFrame(unsigned int, void **)
  1.5277 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5278 +nsRuleNode::ComputeUIResetData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5279 +
  1.5280 +<nsRuleNode>
  1.5281 +PR_Malloc
  1.5282 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5283 +PresShell::AllocateFrame(unsigned int, void **)
  1.5284 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5285 +nsRuleNode::ComputeXULData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5286 +
  1.5287 +<nsRuleNode>
  1.5288 +PR_Malloc
  1.5289 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5290 +PresShell::AllocateFrame(unsigned int, void **)
  1.5291 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5292 +nsRuleNode::SetDefaultOnRoot(nsStyleStructID, nsIStyleContext *)
  1.5293 +
  1.5294 +<nsRuleNode>
  1.5295 +PR_Malloc
  1.5296 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5297 +PresShell::AllocateFrame(unsigned int, void **)
  1.5298 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5299 +nsRuleNode::ComputeListData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5300 +
  1.5301 +<nsRuleNode>
  1.5302 +PR_Malloc
  1.5303 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5304 +PresShell::AllocateFrame(unsigned int, void **)
  1.5305 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5306 +nsRuleNode::ComputeTextData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5307 +
  1.5308 +<nsRuleNode>
  1.5309 +PR_Malloc
  1.5310 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5311 +PresShell::AllocateFrame(unsigned int, void **)
  1.5312 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5313 +nsRuleNode::ComputeTextResetData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5314 +
  1.5315 +<nsRuleNode>
  1.5316 +PR_Malloc
  1.5317 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5318 +PresShell::AllocateFrame(unsigned int, void **)
  1.5319 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5320 +nsRuleNode::ComputePaddingData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5321 +
  1.5322 +<nsRuleNode>
  1.5323 +PR_Malloc
  1.5324 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5325 +PresShell::AllocateFrame(unsigned int, void **)
  1.5326 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5327 +nsRuleNode::ComputeFontData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5328 +
  1.5329 +<nsRuleNode>
  1.5330 +PR_Malloc
  1.5331 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5332 +PresShell::AllocateFrame(unsigned int, void **)
  1.5333 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5334 +nsRuleNode::ComputeVisibilityData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5335 +
  1.5336 +<nsRuleNode>
  1.5337 +PR_Malloc
  1.5338 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5339 +PresShell::AllocateFrame(unsigned int, void **)
  1.5340 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5341 +nsRuleNode::ComputeColorData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5342 +
  1.5343 +# ----------------------------------------------------------------------
  1.5344 +#
  1.5345 +# nsBookmarksService
  1.5346 +#
  1.5347 +
  1.5348 +<nsBookmarksService>
  1.5349 +PL_DHashAllocTable
  1.5350 +PL_DHashTableFinish
  1.5351 +PL_DHashTableOperate
  1.5352 +InMemoryDataSource::LockedAssert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int)
  1.5353 +InMemoryDataSource::Assert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int)
  1.5354 +BookmarkParser::updateAtom(nsIRDFDataSource *, nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int *)
  1.5355 +
  1.5356 +<nsBookmarksService>
  1.5357 +PR_Malloc
  1.5358 +PL_ArenaAllocate
  1.5359 +nsFixedSizeAllocator::Alloc(unsigned int)
  1.5360 +Assertion::Create(nsFixedSizeAllocator &, nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int)
  1.5361 +InMemoryDataSource::LockedAssert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int)
  1.5362 +InMemoryDataSource::Assert(nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int)
  1.5363 +BookmarkParser::updateAtom(nsIRDFDataSource *, nsIRDFResource *, nsIRDFResource *, nsIRDFNode *, int *)
  1.5364 +
  1.5365 +# ----------------------------------------------------------------------
  1.5366 +#
  1.5367 +# The following types will only be visible if nsPresShell.cpp is compiled
  1.5368 +# with the DEBUG_TRACEMALLOC_FRAMEARENA defined.
  1.5369 +#
  1.5370 +
  1.5371 +<nsStyleContext>
  1.5372 +PR_Malloc
  1.5373 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5374 +PresShell::AllocateFrame(unsigned int, void **)
  1.5375 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5376 +nsStyleContext::SetStyle(nsStyleStructID, nsStyleStruct const &)
  1.5377 +
  1.5378 +<nsStyleBorder>
  1.5379 +PR_Malloc
  1.5380 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5381 +PresShell::AllocateFrame(unsigned int, void **)
  1.5382 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5383 +nsStyleBorder::operator new(unsigned int, nsIPresContext *)
  1.5384 +
  1.5385 +# XXX This one is a bit sloppy, and may include some of the other
  1.5386 +# style data structs.
  1.5387 +<nsResetStyleData>
  1.5388 +PR_Malloc
  1.5389 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5390 +PresShell::AllocateFrame(unsigned int, void **)
  1.5391 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5392 +nsRuleNode::ComputeDisplayData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5393 +
  1.5394 +<nsResetStyleData>
  1.5395 +PR_Malloc
  1.5396 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5397 +PresShell::AllocateFrame(unsigned int, void **)
  1.5398 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5399 +nsStyleContext::SetStyle(nsStyleStructID, nsStyleStruct const &)
  1.5400 +
  1.5401 +<nsResetStyleData>
  1.5402 +PR_Malloc
  1.5403 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5404 +PresShell::AllocateFrame(unsigned int, void **)
  1.5405 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5406 +nsRuleNode::ComputeBorderData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5407 +
  1.5408 +<nsStyleUserInterface>
  1.5409 +PR_Malloc
  1.5410 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5411 +PresShell::AllocateFrame(unsigned int, void **)
  1.5412 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5413 +nsRuleNode::ComputeUIData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5414 +
  1.5415 +<nsStylePosition>
  1.5416 +PR_Malloc
  1.5417 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5418 +PresShell::AllocateFrame(unsigned int, void **)
  1.5419 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5420 +nsRuleNode::ComputePositionData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5421 +
  1.5422 +<nsStylePadding>
  1.5423 +PR_Malloc
  1.5424 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5425 +PresShell::AllocateFrame(unsigned int, void **)
  1.5426 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5427 +nsStylePadding::operator new(unsigned int, nsIPresContext *)
  1.5428 +
  1.5429 +<nsStyleMargin>
  1.5430 +PR_Malloc
  1.5431 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5432 +PresShell::AllocateFrame(unsigned int, void **)
  1.5433 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5434 +nsStyleMargin::operator new(unsigned int, nsIPresContext *)
  1.5435 +
  1.5436 +<nsStyleBackground>
  1.5437 +PR_Malloc
  1.5438 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5439 +PresShell::AllocateFrame(unsigned int, void **)
  1.5440 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5441 +nsRuleNode::ComputeBackgroundData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5442 +
  1.5443 +<nsStyleBackground>
  1.5444 +PR_Malloc
  1.5445 +nsMemoryImpl::Alloc(unsigned int)
  1.5446 +nsMemory::Alloc(unsigned int)
  1.5447 +nsStr::Alloc(nsStr &, unsigned int)
  1.5448 +nsStr::Realloc(nsStr &, unsigned int)
  1.5449 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.5450 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.5451 +nsString::SetCapacity(unsigned int)
  1.5452 +nsString::SetLength(unsigned int)
  1.5453 +nsAString::do_AssignFromReadable(nsAString const &)
  1.5454 +nsAString::AssignFromReadable(nsAString const &)
  1.5455 +nsStyleBackground::nsStyleBackground(nsStyleBackground const &)
  1.5456 +
  1.5457 +# XXX this'll may be subsumed as nsResetStyleData
  1.5458 +<nsStyleDisplay>
  1.5459 +PR_Malloc
  1.5460 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5461 +PresShell::AllocateFrame(unsigned int, void **)
  1.5462 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5463 +nsRuleNode::ComputeDisplayData(nsStyleStruct *, nsCSSStruct const &, nsIStyleContext *, nsRuleNode *, nsRuleNode::RuleDetail const &, int)
  1.5464 +
  1.5465 +<nsStyleDisplay>
  1.5466 +PR_Malloc
  1.5467 +nsMemoryImpl::Alloc(unsigned int)
  1.5468 +nsMemory::Alloc(unsigned int)
  1.5469 +nsStr::Alloc(nsStr &, unsigned int)
  1.5470 +nsStr::Realloc(nsStr &, unsigned int)
  1.5471 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.5472 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.5473 +nsString::SetCapacity(unsigned int)
  1.5474 +nsString::SetLength(unsigned int)
  1.5475 +nsAString::do_AssignFromReadable(nsAString const &)
  1.5476 +nsAString::AssignFromReadable(nsAString const &)
  1.5477 +nsStyleDisplay::nsStyleDisplay(nsStyleDisplay const &)
  1.5478 +
  1.5479 +# ----------------------------------------------------------------------
  1.5480 +# The following will only show up if you turn off the FrameArena
  1.5481 +# in nsPresShell.cpp
  1.5482 +<nsStyleContext>
  1.5483 +PR_Malloc
  1.5484 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5485 +PresShell::AllocateFrame(unsigned int, void **)
  1.5486 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5487 +nsStyleContext::GetUniqueStyleData(nsIPresContext *, nsStyleStructID const &)
  1.5488 +
  1.5489 +<nsStyleFont>
  1.5490 +PR_Malloc
  1.5491 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5492 +PresShell::AllocateFrame(unsigned int, void **)
  1.5493 +nsPresContext::AllocateFromShell(unsigned int, void **)
  1.5494 +nsStyleFont::operator new(unsigned int, nsIPresContext *)
  1.5495 +
  1.5496 +# ----------------------------------------------------------------------
  1.5497 +#
  1.5498 +# Frames
  1.5499 +#
  1.5500 +
  1.5501 +<nsLineBox>
  1.5502 +__builtin_new
  1.5503 +nsLineBox::SetCombinedArea(nsRect const &)
  1.5504 +
  1.5505 +# This will only appear when the FrameArena is off.
  1.5506 +<nsLineBox>
  1.5507 +PR_Malloc
  1.5508 +FrameArena::AllocateFrame(unsigned int, void **)
  1.5509 +PresShell::AllocateFrame(unsigned int, void **)
  1.5510 +nsLineBox::operator new(unsigned int, nsIPresShell *)
  1.5511 +
  1.5512 +# ----------------------------------------------------------------------
  1.5513 +#
  1.5514 +# nsCacheService
  1.5515 +#
  1.5516 +
  1.5517 +<nsCacheService>
  1.5518 +__builtin_new
  1.5519 +nsCacheService::ActivateEntry(nsCacheRequest *, nsCacheEntry **)
  1.5520 +
  1.5521 +<nsCacheService>
  1.5522 +__builtin_new
  1.5523 +nsCacheEntry::CreateDescriptor(nsCacheRequest *, int, nsICacheEntryDescriptor **)
  1.5524 +nsCacheService::ProcessRequest(nsCacheRequest *, int, nsICacheEntryDescriptor **)
  1.5525 +
  1.5526 +<nsCacheService>
  1.5527 +PR_Malloc
  1.5528 +nsMemoryImpl::Alloc(unsigned int)
  1.5529 +nsMemory::Alloc(unsigned int)
  1.5530 +nsStr::Alloc(nsStr &, unsigned int)
  1.5531 +nsStr::Realloc(nsStr &, unsigned int)
  1.5532 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.5533 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.5534 +nsCString::SetCapacity(unsigned int)
  1.5535 +nsCString::SetLength(unsigned int)
  1.5536 +nsACString::do_AppendFromReadable(nsACString const &)
  1.5537 +nsACString::do_AppendFromElementPtr(char const *)
  1.5538 +nsCacheService::CreateRequest(nsCacheSession *, char const *, int, int, nsICacheListener *, nsCacheRequest **)
  1.5539 +
  1.5540 +<nsCacheService>
  1.5541 +PL_DHashAllocTable
  1.5542 +PL_DHashTableFinish
  1.5543 +PL_DHashTableOperate
  1.5544 +nsCacheEntryHashTable::AddEntry(nsCacheEntry *)
  1.5545 +nsCacheService::ActivateEntry(nsCacheRequest *, nsCacheEntry **)
  1.5546 +
  1.5547 +<nsCacheService>
  1.5548 +PL_DHashAllocTable
  1.5549 +PL_DHashTableFinish
  1.5550 +PL_DHashTableOperate
  1.5551 +nsCacheEntryHashTable::RemoveEntry(nsCacheEntry *)
  1.5552 +
  1.5553 +# ----------------------------------------------------------------------
  1.5554 +
  1.5555 +<nsCacheMetaData>
  1.5556 +PL_DHashAllocTable
  1.5557 +PL_DHashTableInit
  1.5558 +nsCacheMetaData::Init(void)
  1.5559 +
  1.5560 +# ----------------------------------------------------------------------
  1.5561 +#
  1.5562 +# nsXMLMIMEDataSource
  1.5563 +#
  1.5564 +
  1.5565 +<nsXMLMIMEDataSource>
  1.5566 +PR_Malloc
  1.5567 +PL_ArenaFinish
  1.5568 +PL_HashTableRawAdd
  1.5569 +PL_HashTableAdd
  1.5570 +nsXMLMIMEDataSource::InitFromFile(nsIFile *)
  1.5571 +
  1.5572 +<nsXMLMIMEDataSource>
  1.5573 +PR_Malloc
  1.5574 +PL_HashTableFinalize(PLHashTable *)
  1.5575 +PL_HashTableRawAdd
  1.5576 +nsHashtable::Put(nsHashKey *, void *)
  1.5577 +nsXMLMIMEDataSource::AddMapping(char const *, char const *, char const *, nsIURI *, unsigned int, unsigned int)
  1.5578 +
  1.5579 +<nsXMLMIMEDataSource>
  1.5580 +PR_Malloc
  1.5581 +nsVoidArray::SizeTo(int)
  1.5582 +nsVoidArray::GrowArrayBy(int)
  1.5583 +nsVoidArray::InsertElementAt(void *, int)
  1.5584 +nsTArray<nsCString>::InsertElementAt(int, nsCString const &)
  1.5585 +nsXMLMIMEDataSource::AddMapping(char const *, char const *, char const *, nsIURI *, unsigned int, unsigned int)
  1.5586 +
  1.5587 +<nsXMLMIMEDataSource>
  1.5588 +__builtin_new
  1.5589 +__builtin_vec_new
  1.5590 +nsSupportsArray::GrowArrayBy(int)
  1.5591 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.5592 +nsSupportsArray::AppendElement(nsISupports *)
  1.5593 +nsXMLMIMEDataSource::AddMapping(char const *, char const *, char const *, nsIURI *, unsigned int, unsigned int)
  1.5594 +
  1.5595 +<nsXMLMIMEDataSource>
  1.5596 +PR_Malloc
  1.5597 +nsMemoryImpl::Alloc(unsigned int)
  1.5598 +nsMemory::Alloc(unsigned int)
  1.5599 +nsCStringKey::Clone(void) const
  1.5600 +nsHashtable::Put(nsHashKey *, void *)
  1.5601 +nsXMLMIMEDataSource::AddMapping(char const *, char const *, char const *, nsIURI *, unsigned int, unsigned int)
  1.5602 +
  1.5603 +#----------------------------------------------------------------------
  1.5604 +#
  1.5605 +# nsRegion
  1.5606 +#
  1.5607 +
  1.5608 +<nsRegion>
  1.5609 +__builtin_new
  1.5610 +__builtin_vec_new
  1.5611 +RgnRectMemoryAllocator::RgnRectMemoryAllocator(unsigned int)
  1.5612 +nsRegion::Offset(int, int)
  1.5613 +
  1.5614 +<nsRegion>
  1.5615 +__builtin_new
  1.5616 +__builtin_vec_new
  1.5617 +RgnRectMemoryAllocator::Alloc(void)
  1.5618 +nsRegion::Or(nsRegion const &, nsRectFast const &)
  1.5619 +
  1.5620 +<nsRegion>
  1.5621 +__builtin_new
  1.5622 +__builtin_vec_new
  1.5623 +RgnRectMemoryAllocator::Alloc(void)
  1.5624 +nsRegion::SetToElements(unsigned int)
  1.5625 +
  1.5626 +#----------------------------------------------------------------------
  1.5627 +#
  1.5628 +# nsCharsetMenu
  1.5629 +#
  1.5630 +
  1.5631 +<nsCharsetMenu>
  1.5632 +__builtin_new
  1.5633 +__builtin_vec_new
  1.5634 +nsSupportsArray::GrowArrayBy(int)
  1.5635 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.5636 +nsSupportsArray::AppendElement(nsISupports *)
  1.5637 +nsCharsetConverterManager::GetRegistryEnumeration2(char *, int, nsISupportsArray **)
  1.5638 +nsCharsetConverterManager::GetEncoderList(nsISupportsArray **)
  1.5639 +nsCharsetMenu::InitResources(void)
  1.5640 +
  1.5641 +<nsCharsetMenu>
  1.5642 +__builtin_new
  1.5643 +nsCharsetMenu::AddCharsetToItemArray(nsVoidArray *, nsIAtom *, nsMenuEntry **, int)
  1.5644 +
  1.5645 +<nsCharsetMenu>
  1.5646 +__builtin_new
  1.5647 +__builtin_vec_new
  1.5648 +nsSupportsArray::GrowArrayBy(int)
  1.5649 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.5650 +nsSupportsArray::AppendElement(nsISupports *)
  1.5651 +nsCharsetConverterManager::GetRegistryEnumeration2(char *, int, nsISupportsArray **)
  1.5652 +nsCharsetConverterManager::GetDecoderList(nsISupportsArray **)
  1.5653 +nsCharsetMenu::InitResources(void)
  1.5654 +
  1.5655 +<nsCharsetMenu>
  1.5656 +__builtin_new
  1.5657 +__builtin_vec_new
  1.5658 +nsSupportsArray::GrowArrayBy(int)
  1.5659 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.5660 +nsSupportsArray::AppendElement(nsISupports *)
  1.5661 +InMemoryDataSource::AddObserver(nsIRDFObserver *)
  1.5662 +nsCharsetMenu::AddObserver(nsIRDFObserver *)
  1.5663 +
  1.5664 +#----------------------------------------------------------------------
  1.5665 +#
  1.5666 +# nsLoadGroup
  1.5667 +#
  1.5668 +
  1.5669 +<nsLoadGroup>
  1.5670 +__builtin_new
  1.5671 +__builtin_vec_new
  1.5672 +nsSupportsArray::GrowArrayBy(int)
  1.5673 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.5674 +nsSupportsArray::AppendElement(nsISupports *)
  1.5675 +nsLoadGroup::AddRequest(nsIRequest *, nsISupports *)
  1.5676 +
  1.5677 +#----------------------------------------------------------------------
  1.5678 +#
  1.5679 +# Wallet
  1.5680 +#
  1.5681 +
  1.5682 +<Wallet>
  1.5683 +PR_Malloc
  1.5684 +nsMemoryImpl::Alloc(unsigned int)
  1.5685 +nsMemory::Alloc(unsigned int)
  1.5686 +nsStr::Alloc(nsStr &, unsigned int)
  1.5687 +nsStr::Realloc(nsStr &, unsigned int)
  1.5688 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.5689 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.5690 +nsString::SetCapacity(unsigned int)
  1.5691 +nsString::SetLength(unsigned int)
  1.5692 +nsAString::do_AssignFromReadable(nsAString const &)
  1.5693 +nsAString::AssignFromReadable(nsAString const &)
  1.5694 +Wallet_Decrypt2
  1.5695 +
  1.5696 +<Wallet>
  1.5697 +PR_Malloc
  1.5698 +nsMemoryImpl::Alloc(unsigned int)
  1.5699 +nsMemory::Alloc(unsigned int)
  1.5700 +nsStr::Alloc(nsStr &, unsigned int)
  1.5701 +nsStr::Realloc(nsStr &, unsigned int)
  1.5702 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.5703 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.5704 +nsString::SetCapacity(unsigned int)
  1.5705 +nsString::SetLength(unsigned int)
  1.5706 +nsAString::do_AssignFromReadable(nsAString const &)
  1.5707 +nsAString::AssignFromReadable(nsAString const &)
  1.5708 +Wallet_RandomName
  1.5709 +
  1.5710 +<Wallet>
  1.5711 +PR_Malloc
  1.5712 +nsVoidArray::SizeTo(int)
  1.5713 +nsVoidArray::GrowArrayBy(int)
  1.5714 +nsVoidArray::InsertElementAt(void *, int)
  1.5715 +Wallet_RandomName
  1.5716 +
  1.5717 +<Wallet>
  1.5718 +__builtin_new
  1.5719 +__builtin_vec_new
  1.5720 +Wallet_Decrypt2
  1.5721 +
  1.5722 +<Wallet>
  1.5723 +__builtin_new
  1.5724 +Wallet_RandomName
  1.5725 +
  1.5726 +<Wallet>
  1.5727 +PR_Realloc
  1.5728 +nsVoidArray::SizeTo(int)
  1.5729 +nsVoidArray::GrowArrayBy(int)
  1.5730 +nsVoidArray::InsertElementAt(void *, int)
  1.5731 +Wallet_Decrypt2
  1.5732 +
  1.5733 +<Wallet>
  1.5734 +PR_Realloc
  1.5735 +nsVoidArray::SizeTo(int)
  1.5736 +nsVoidArray::GrowArrayBy(int)
  1.5737 +nsVoidArray::InsertElementAt(void *, int)
  1.5738 +Wallet_RandomName
  1.5739 +
  1.5740 +#----------------------------------------------------------------------
  1.5741 +#
  1.5742 +# nsMemoryCacheDevice
  1.5743 +#
  1.5744 +
  1.5745 +<nsMemCacheRecord>
  1.5746 +PL_DHashAllocTable
  1.5747 +PL_DHashTableFinish
  1.5748 +PL_DHashTableOperate
  1.5749 +nsCacheEntryHashTable::RemoveEntry(nsCacheEntry *)
  1.5750 +nsMemoryCacheDevice::EvictEntry(nsCacheEntry *)
  1.5751 +
  1.5752 +#----------------------------------------------------------------------
  1.5753 +#
  1.5754 +# nsSHEntry
  1.5755 +#
  1.5756 +
  1.5757 +<nsSHEntry>
  1.5758 +PR_Malloc
  1.5759 +nsMemoryImpl::Alloc(unsigned int)
  1.5760 +nsMemory::Alloc(unsigned int)
  1.5761 +nsStr::Alloc(nsStr &, unsigned int)
  1.5762 +nsStr::Realloc(nsStr &, unsigned int)
  1.5763 +nsStr::EnsureCapacity(nsStr &, unsigned int)
  1.5764 +nsStr::GrowCapacity(nsStr &, unsigned int)
  1.5765 +nsString::SetCapacity(unsigned int)
  1.5766 +nsString::SetLength(unsigned int)
  1.5767 +nsAString::do_AssignFromReadable(nsAString const &)
  1.5768 +nsAString::do_AssignFromElementPtr(unsigned short const *)
  1.5769 +nsSHEntry::SetTitle(unsigned short const *)
  1.5770 +
  1.5771 +# ----------------------------------------------------------------------
  1.5772 +
  1.5773 +<nsOutlinerStyleCache>
  1.5774 +PR_Malloc
  1.5775 +PL_HashTableFinalize(PLHashTable *)
  1.5776 +PL_HashTableRawAdd
  1.5777 +nsHashtable::Put(nsHashKey *, void *)
  1.5778 +nsOutlinerStyleCache::GetStyleContext(nsICSSPseudoComparator *, nsIPresContext *, nsIContent *, nsIStyleContext *, nsIAtom *, nsISupportsArray *, nsIStyleContext **)
  1.5779 +
  1.5780 +# ----------------------------------------------------------------------
  1.5781 +#
  1.5782 +# nsMsgDatabase
  1.5783 +#
  1.5784 +
  1.5785 +<nsMsgDatabase>
  1.5786 +PL_DHashAllocTable
  1.5787 +PL_DHashTableFinish
  1.5788 +PL_DHashTableOperate
  1.5789 +nsMsgDatabase::AddHdrToCache(nsIMsgDBHdr *, unsigned int)
  1.5790 +
  1.5791 +<nsMsgDatabase>
  1.5792 +PL_DHashAllocTable
  1.5793 +PL_DHashTableFinish
  1.5794 +PL_DHashTableOperate
  1.5795 +nsMsgDatabase::AddHdrToUseCache(nsIMsgDBHdr *, unsigned int)
  1.5796 +
  1.5797 +# ----------------------------------------------------------------------
  1.5798 +#
  1.5799 +# nsMsgFolderDataSource
  1.5800 +#
  1.5801 +
  1.5802 +<nsMsgFolderDataSource>
  1.5803 +__builtin_new
  1.5804 +__builtin_vec_new
  1.5805 +nsSupportsArray::GrowArrayBy(int)
  1.5806 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.5807 +nsSupportsArray::AppendElement(nsISupports *)
  1.5808 +nsMsgFolderDataSource::getFolderArcLabelsOut(nsISupportsArray **)
  1.5809 +
  1.5810 +# ----------------------------------------------------------------------
  1.5811 +#
  1.5812 +# singsign
  1.5813 +#
  1.5814 +
  1.5815 +<SINGSIGN>
  1.5816 +__builtin_new
  1.5817 +SI_DeletePersistentUserData
  1.5818 +
  1.5819 +# ----------------------------------------------------------------------
  1.5820 +#
  1.5821 +# LocalStoreImpl
  1.5822 +#
  1.5823 +
  1.5824 +<LocalStoreImpl>
  1.5825 +__builtin_new
  1.5826 +__builtin_vec_new
  1.5827 +nsSupportsArray::GrowArrayBy(int)
  1.5828 +nsSupportsArray::InsertElementAt(nsISupports *, unsigned int)
  1.5829 +nsSupportsArray::AppendElement(nsISupports *)
  1.5830 +LocalStoreImpl::AddObserver(nsIRDFObserver *)
  1.5831 +
  1.5832 +# ----------------------------------------------------------------------
  1.5833 +#
  1.5834 +# NSS
  1.5835 +#
  1.5836 +
  1.5837 +<NSS>
  1.5838 +PR_Malloc
  1.5839 +PL_ArenaAllocate
  1.5840 +PORT_ArenaAlloc
  1.5841 +
  1.5842 +<NSS>
  1.5843 +PR_Malloc
  1.5844 +PL_ArenaAllocate
  1.5845 +nss_ZAlloc

mercurial