Skip to content

Reduce heap allocations #30

Description

@spenserblack

Kind of a follow up to #25

Several strings are created by strdup, which I think calls malloc and therefore is consuming memory that isn't getting freed.


A kind of easy way might be for the structs to contain pointers to functions that fill a buffer rather than strings for the stats.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions