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.

貢獻者指南