[Devel] Re: [PATCH 3/4] restart thread safety: remove malloc from genstack

Nathan Lynch nathanl at austin.ibm.com
Wed Aug 4 16:08:56 PDT 2010


On Fri, 2010-07-30 at 13:08 -0400, Oren Laadan wrote:
> We use clone and eclone directly and not through glibc, therefore
> must explicitly care about thread-safety of malloc.
> 
> This patch eliminates the use of malloc() in genstack_alloc().
> Use mmap() instead. While an overkill, I don't expect performance
> issues of this.

Other than a missed conversion of free -> munmap in one of the error
paths in genstack_alloc, this looks fine.


_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list