author | Rich Felker <dalias@aerifal.cx> | 2020年06月03日 19:22:12 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020年06月03日 19:23:02 -0400 |
commit | 384c0131ccda2656dec23a0416ad3f14101151a7 (patch) | |
tree | 0561f403dafc58c8e29de0f0105fc9d69e095550 /src | |
parent | eaa0f2496700c238e7e3c112d36445f3aee06ff1 (diff) | |
download | musl-384c0131ccda2656dec23a0416ad3f14101151a7.tar.gz |
-rw-r--r-- | src/malloc/oldmalloc/aligned_alloc.c (renamed from src/malloc/aligned_alloc.c) | 0 | ||||
-rw-r--r-- | src/malloc/oldmalloc/malloc.c (renamed from src/malloc/malloc.c) | 0 | ||||
-rw-r--r-- | src/malloc/oldmalloc/malloc_impl.h (renamed from src/malloc/malloc_impl.h) | 0 | ||||
-rw-r--r-- | src/malloc/oldmalloc/malloc_usable_size.c (renamed from src/malloc/malloc_usable_size.c) | 0 |
diff --git a/src/malloc/aligned_alloc.c b/src/malloc/oldmalloc/aligned_alloc.c index e06c76ed..e06c76ed 100644 --- a/src/malloc/aligned_alloc.c +++ b/src/malloc/oldmalloc/aligned_alloc.c diff --git a/src/malloc/malloc.c b/src/malloc/oldmalloc/malloc.c index df3ea1be..df3ea1be 100644 --- a/src/malloc/malloc.c +++ b/src/malloc/oldmalloc/malloc.c diff --git a/src/malloc/malloc_impl.h b/src/malloc/oldmalloc/malloc_impl.h index e1cf4774..e1cf4774 100644 --- a/src/malloc/malloc_impl.h +++ b/src/malloc/oldmalloc/malloc_impl.h diff --git a/src/malloc/malloc_usable_size.c b/src/malloc/oldmalloc/malloc_usable_size.c index 672b518a..672b518a 100644 --- a/src/malloc/malloc_usable_size.c +++ b/src/malloc/oldmalloc/malloc_usable_size.c |