mailing list of musl libc
 help / color / mirror / code / Atom feed
bdfd0cee374253f865f5e7c9ebbad0b3e10afc12 blob 100 bytes (raw)

1
2
3
4
5
6
 
#include <stdlib.h>

void free_aligned_sized (void *p, size_t alignment, size_t size)
{
	free(p);
}
debug log:

solving bdfd0cee ...
found bdfd0cee in https://inbox.vuxu.org/musl/a0eed5b4ed038ca974a6530762180af13493740b.1685527375.git.Jens.Gustedt@inria.fr/

applying [1/1] https://inbox.vuxu.org/musl/a0eed5b4ed038ca974a6530762180af13493740b.1685527375.git.Jens.Gustedt@inria.fr/
diff --git a/src/malloc/free_aligned_sized.c b/src/malloc/free_aligned_sized.c
new file mode 100644
index 00000000..bdfd0cee

Checking patch src/malloc/free_aligned_sized.c...
Applied patch src/malloc/free_aligned_sized.c cleanly.

index at:
100644 bdfd0cee374253f865f5e7c9ebbad0b3e10afc12	src/malloc/free_aligned_sized.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).