diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2019-05-16 13:07:26 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2019-05-16 13:07:26 +0000 |
| commit | 37f0b7f1d7bb95e88cb1ab9543a6fe019515a833 (patch) | |
| tree | c6e6c4503348b23ae10a66ae621611eaf99a2b7b /libexec/rtld-elf/rtld_malloc.c | |
| parent | f00876fb601ad1bae791830cfa7a7079a4fc0d79 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/rtld_malloc.c')
| -rw-r--r-- | libexec/rtld-elf/rtld_malloc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libexec/rtld-elf/rtld_malloc.c b/libexec/rtld-elf/rtld_malloc.c index 399b314d6586..6378e12abdaa 100644 --- a/libexec/rtld-elf/rtld_malloc.c +++ b/libexec/rtld-elf/rtld_malloc.c @@ -81,17 +81,13 @@ union overhead { } ovu; #define ov_magic ovu.ovu_magic #define ov_index ovu.ovu_index -#define ov_rmagic ovu.ovu_rmagic -#define ov_size ovu.ovu_size }; static void morecore(int bucket); static int morepages(int n); static int findbucket(union overhead *freep, int srchlen); - #define MAGIC 0xef /* magic # on accounting info */ -#define RMAGIC 0x5555 /* magic # on range info */ /* * nextf[i] is the pointer to the next free block of size 2^(i+3). The |
