embeddedartistry/libmemory

Support C11 free()

Aberta

#51 aberto em 16 de jul. de 2019

 (3 comentários) (0 reação) (0 responsável)C (53 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (285 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador