embeddedartistry/libmemory

Support C11 free()

Offen

#51 geöffnet am 16.07.2019

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (53 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (285 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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