On Sat, May 03, 2014 at 09:01:04AM +0900, YAMAMOTO Takashi wrote:
> A malloc library is expected to provide a better implementation
> using the knowledge of its internal details.
>
> Signed-off-by: YAMAMOTO Takashi
I'm happy with patches 2-4 (once we finish the related discussion in
patch 1), bu
A malloc library is expected to provide a better implementation
using the knowledge of its internal details.
Signed-off-by: YAMAMOTO Takashi
---
lib/util.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/lib/util.c b/lib/util.c
index 464d730..37d2ba0 100644
--- a/lib/util.