cosmopolitan/libc/mem
Justine Tunney e75ffde09e Get codebase completely working with LLVM
You can now build Cosmopolitan with Clang:

    make -j8 MODE=llvm
    o/llvm/examples/hello.com

The assembler and linker code is now friendly to LLVM too.
So it's not needed to configure Clang to use binutils under
the hood. If you love LLVM then you can now use pure LLVM.
2021-02-09 02:57:32 -08:00
..
cxx Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
hook Fix Clang support 2021-02-06 00:29:09 -08:00
alloca.h Initial import 2020-06-15 07:18:57 -07:00
asprintf.c Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
balloc.c Change license 2020-12-27 17:18:44 -08:00
bfree.c Change license 2020-12-27 17:18:44 -08:00
calloc.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
defer.greg.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
fmt.h Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
free.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
internal.h Improve documentation 2020-12-27 07:02:35 -08:00
malloc.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
malloc_trim.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
malloc_usable_size.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
mem.h Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
mem.mk Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
memalign.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
posix_memalign.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
putenv.c Apply some touchups 2021-02-07 07:02:46 -08:00
pvalloc.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
realloc.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
realloc_in_place.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
reallocarray.c Change license 2020-12-27 17:18:44 -08:00
setenv.c Change license 2020-12-27 17:18:44 -08:00
strdup.c Change license 2020-12-27 17:18:44 -08:00
strndup.c Change license 2020-12-27 17:18:44 -08:00
unhexstr.c Change license 2020-12-27 17:18:44 -08:00
valloc.S Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
vasprintf.c Change license 2020-12-27 17:18:44 -08:00
wcsdup.c Change license 2020-12-27 17:18:44 -08:00