VirtualBox

Ignore:
Timestamp:
Nov 8, 2023 12:01:00 PM (15 months ago)
Author:
vboxsync
Message:

libs/xpcom: Convert PR_GetEnv/PR_SetEnv to IPRT RTEnv* API, bugref:10545

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/ds/nsAtomTable.cpp

    r1 r101962  
    4343#include "nsCRT.h"
    4444#include "pldhash.h"
    45 #include "prenv.h"
    4645#include "nsVoidArray.h"
    4746
     
    264263{
    265264  if (gAtomTable.ops) {
    266 #ifdef DEBUG
    267     if (PR_GetEnv("MOZ_DUMP_ATOM_LEAKS")) {
    268       PRUint32 leaked = 0;
    269       printf("*** %d atoms still exist (including permanent):\n",
    270              gAtomTable.entryCount);
    271       PL_DHashTableEnumerate(&gAtomTable, DumpAtomLeaks, &leaked);
    272       printf("*** %u non-permanent atoms leaked\n", leaked);
    273     }
    274 #endif
    275265    PL_DHashTableFinish(&gAtomTable);
    276266    gAtomTable.entryCount = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette