embeddedartistry / embeddedartistry/libmemory

Support C11 free()

Open
#51 3 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
C
Stars
285
Forks
53
PR merge metrics
No merged PRs in 30d

Description

With aligned_alloc() in the C11 standard, free() is called to free memory, rather than an equivalent `aligned_free()`.

We should update our library with some logic that can be used to correctly call aligned_free() if free() is used instead.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.