diff options
author | David T. Goldblatt <davidtgoldblatt@gmail.com> | 2017-10-02 00:22:06 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-12-19 00:29:10 (GMT) |
commit | 4bf4a1c4ea418ba490d35d23aee0f535e96ddd23 (patch) | |
tree | 30900d7b8cc06e43ac9a69d8420044e78028753d /test/unit/junk.c | |
parent | 740bdd68b1d4b9c39c68432e06deb70ad4da3210 (diff) | |
download | jemalloc-4bf4a1c4ea418ba490d35d23aee0f535e96ddd23.zip jemalloc-4bf4a1c4ea418ba490d35d23aee0f535e96ddd23.tar.gz jemalloc-4bf4a1c4ea418ba490d35d23aee0f535e96ddd23.tar.bz2 |
Pull out arena_bin_info_t and arena_bin_t into their own file.
In the process, kill arena_bin_index, which is unused. To follow are several
diffs continuing this separation.
Diffstat (limited to 'test/unit/junk.c')
-rw-r--r-- | test/unit/junk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/junk.c b/test/unit/junk.c index fd0e65b..243ced4 100644 --- a/test/unit/junk.c +++ b/test/unit/junk.c @@ -15,7 +15,7 @@ watch_junking(void *p) { } static void -arena_dalloc_junk_small_intercept(void *ptr, const arena_bin_info_t *bin_info) { +arena_dalloc_junk_small_intercept(void *ptr, const bin_info_t *bin_info) { size_t i; arena_dalloc_junk_small_orig(ptr, bin_info); |