PATCH: malloc.c cleanups
Ulrich Drepper
drepper@redhat.com
Wed Jul 19 09:05:00 GMT 2000
Greg McGary <greg@mcgary.org> writes:
> #define next_bin(b) ((mbinptr)((char*)(b) + 2 * sizeof(main_arena.av[0])))
> #define prev_bin(b) ((mbinptr)((char*)(b) - 2 * sizeof(main_arena.av[0])))
>
> BTW, who has approval authority for malloc.c changes?
> You only? Uli only? Both of you?
Wolfram has to maintain the code so I'll listen if he says something
is wrong. The change looks fine so if Wolfram wants to apply I have
no objections.
--
---------------. ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Red Hat `--' drepper at redhat.com `------------------------
More information about the Libc-hacker
mailing list