Skip to content

Add option to override behavior of memory functions #2

Open
@wjwwood

Description

@wjwwood

Currently you can only get a callback to notify you when a memory function is called, but you have no ability access the arguments to the memory function called nor can you influence whether or not the original memory functions are called or redirect to a different allocator.

A use case for this might be to fail on a specific call to malloc in a test or to completely replace the system allocators in a deployed program.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions