zig/lib/std/c
LemonBoy 53433cdea2 Implement a fallback mechanism for posix_memalign
Do the alignment dance by ourselves whenever posix_memalign is not
available.
Don't try to use malloc as it has too many edge cases, figuring out
whether a block of memory is manually aligned by the mechanism above or
is directly coming from malloc becomes too hard to be valuable.
2020-11-05 16:10:15 +01:00
..
ast.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
darwin.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00
dragonfly.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00
emscripten.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
freebsd.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00
fuchsia.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
haiku.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
hermit.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
linux.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00
minix.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
netbsd.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00
openbsd.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00
parse.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
solaris.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
tokenizer.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
windows.zig Implement a fallback mechanism for posix_memalign 2020-11-05 16:10:15 +01:00