Re: [patch 2/3] MAP_NOZERO - implement sys_brk2()

From: Ulrich Drepper
Date: Wed Jun 27 2007 - 01:04:22 EST


On 6/26/07, Rik van Riel <riel@xxxxxxxxxx> wrote:
After going through the first malloc()/free() cycle, surely
the memory will no longer be zeroed on the second malloc() ?

If returned to the system, sure.


What makes the first brk malloc so special?

If the memory is zeroed it needs not be initialized by malloc. No
calloc zeroing, no pointer clearing.

Anyway, it's irrelevant what the benefits are, the fact is current
code depends on brk to zero the memory and you'd break the ABI if
you'd change it.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/