embeddedartistry/libmemory

Support C11 free()

Aperta

#51 aperta il 16 lug 2019

 (3 commenti) (0 reazioni) (0 assegnatari)C (53 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (285 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor