embeddedartistry/libmemory

Support C11 free()

オープン

#51 opened on 2019/07/16

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C (53 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (285 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド