History log of /system/core/libcutils/mspace.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b99a099cad7066274b25de9d603e7ced37d20e19 15-Feb-2010 Carl Shapiro <cshapiro@google.com> Add a new method to export the extent of the break, akin to return
value of sbrk(0) in UNIX. In terms of dlmalloc and our proprietary
contiguous mspace class, this is the highest address returned by its
morecore method.
/system/core/libcutils/mspace.c
17128f6e433afae326a57a7961499f529f532c61 06-Jan-2010 Barry Hayes <bhayes@google.com> Break out create_contiguous_mspace_with_base
This routine allows creating a contiguous mspace from raw mapped memory.
In turn, this will enable preallocation of the 3 heap spaces, which will help
remembered sets and zygote/app checks given pointer values.
/system/core/libcutils/mspace.c
8cd186d9e0aac1b18e4c8b32e3d79beedb728ab3 09-Dec-2009 Barry Hayes <bhayes@google.com> Fix bogus pointer math.
/system/core/libcutils/mspace.c
dd7bc3319deb2b77c5d07a51b7d6cd7e11b5beb0 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/libcutils/mspace.c
e54eebbf1a908d65ee8cf80bab62821c05666d70 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/system/core/libcutils/mspace.c
4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/system/core/libcutils/mspace.c