https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e70aea5f930bf1af1bf740e9c85d88c31dd46fe8 authored by ffxbld on 21 March 2014, 22:11:24 UTC
Added FENNEC_28_0_1_RELEASE FENNEC_28_0_1_BUILD1 tag(s) for changeset b807fdcb9f28. DONTBUILD CLOSED TREE a=release
Tip revision: e70aea5
nsTypeInfo.h
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
 *
 * 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/. */

#ifndef trace_malloc_nsTypeInfo_h_
#define trace_malloc_nsTypeInfo_h_

#ifdef __cplusplus
extern "C" {
#endif

extern const char* nsGetTypeName(void* ptr);

extern void RegisterTraceMallocShutdown();

#ifdef __cplusplus
}
#endif

#endif /* trace_malloc_nsTypeInfo_h_ */
back to top