embeddedartistry/libmemory

Support C11 free()

Ouverte

#51 ouverte le 16 juil. 2019

 (3 commentaires) (0 réaction) (0 personne assignée)C (53 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (285 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur