embeddedartistry/libmemory

Support C11 free()

开放

#51 创建于 2019年7月16日

 (3 条评论) (0 个反应) (0 位负责人)C (53 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (285 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南