/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */ /* * SPDX-License-Identifier: MIT OR LGPL-2.0-or-later * SPDX-FileCopyrightText: 2008 litl, LLC */ #ifndef GJS_MEM_H_ #define GJS_MEM_H_ #if !defined(INSIDE_GJS_H) && !defined(GJS_COMPILATION) # error "Only can be included directly." #endif #include /* IWYU pragma: keep */ #include #include "gjs/macros.h" G_BEGIN_DECLS GJS_EXPORT void gjs_memory_report(const char *where, bool die_if_leaks); G_END_DECLS #endif // GJS_MEM_H_