alloc.c
Mark Johnson <[email protected]> Tue, 30 Mar 2010 21:17:53 -0600
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
I noticed that fefe's latest ucspi-tcp patch ditches alloc/alloc_free and invokes malloc/free directly. I wonder if that's because he decided the BSS array optimization was no longer a benefit or if it's just that he's linking against dietlibc, which presumably has a decent malloc() implementation?