Skip to content

allow jemalloc to replace the platform allocator #18676

Closed
@thestinger

Description

@thestinger

By default, jemalloc replaces the platform allocator. This results in a performance improvement for memory allocation in C along with reduced fragmentation. Even on platforms like FreeBSD where jemalloc is the system allocator, this eliminates the inevitable external fragmentation and performance hit caused by using two general purpose allocators.

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-compiletimeIssue: Problems and improvements with respect to compile times.I-slowIssue: Problems and improvements with respect to performance of generated code.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions