Search Results for

    Show / Hide Table of Contents

    Class MallocTester

    The utility for finding double-free or invalid malloc calls.

    Inheritance
    MallocTester
    Assembly: FlaxEngine.dll
    File: Engine/Utilities/MallocTester.h
    Syntax
    public class MallocTester

    Methods

    OnFree(void* ptr)

    Declaration
    public bool OnFree(void* ptr)
    Parameters
    void ptr

    Returns
    bool

    OnMalloc(void* ptr, uint64 size)

    Declaration
    public bool OnMalloc(void* ptr, uint64 size)
    Parameters
    void ptr

    uint64 size

    Returns
    bool

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat