https://github.com/mozilla/gecko-dev
Raw File
Tip revision: af7f85a285295c23b8596d5b83c9b7ce762b6002 authored by Nick Thomas on 13 May 2013, 22:54:51 UTC
Move the FIREFOX_21_0_RELEASE tag back to FIREFOX_21_0_BUILD3 to reflect what we shipped a=release
Tip revision: af7f85a
tm.def
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.

LIBRARY tracemalloc.dll

EXPORTS

NS_TraceMallocStartup
NS_TraceMallocStartupArgs
NS_TraceMallocShutdown
NS_TraceMallocDisable
NS_TraceMallocEnable
NS_TraceMallocChangeLogFD
NS_TraceMallocCloseLogFD
NS_TraceMallocLogTimestamp
NS_TraceStack
NS_TraceMallocDumpAllocations
NS_TraceMallocFlushLogfiles
back to top