aboutsummaryrefslogtreecommitdiffstats
path: root/include/cutils
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-08-04 15:45:52 -0700
committerBrian Carlstrom <bdc@google.com>2010-08-04 15:45:52 -0700
commitf2af88e81af5efb2d585963507f798d5a8b93d67 (patch)
tree750f41a5a32dc03f7006376103ae2bae04291636 /include/cutils
parent5a0adf95b1170d3d9ec91b0106662cd17514f0e4 (diff)
downloadsystem_core-f2af88e81af5efb2d585963507f798d5a8b93d67.tar.gz
system_core-f2af88e81af5efb2d585963507f798d5a8b93d67.tar.bz2
system_core-f2af88e81af5efb2d585963507f798d5a8b93d67.zip
Tracking merge of dalvik-dev to gingerbread
git cherry-pick --no-commit b99a099c git cherry-pick --no-commit 9811671e023ceb82029040f7acf599013c773e6b git cherry-pick --no-commit d0645bf0cc76ef7be11cf77a8e1995233a1972e4 Change-Id: Ie70fecaeaba97a25f114cd2717e381b5107533b1
Diffstat (limited to 'include/cutils')
-rw-r--r--include/cutils/mspace.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/cutils/mspace.h b/include/cutils/mspace.h
index e6e40472..93fe48ee 100644
--- a/include/cutils/mspace.h
+++ b/include/cutils/mspace.h
@@ -87,6 +87,11 @@ mspace create_contiguous_mspace_with_base(size_t starting_capacity,
size_t max_capacity, int locked, void *base);
size_t destroy_contiguous_mspace(mspace msp);
+
+/*
+ Returns the position of the "break" within the given mspace.
+*/
+void *contiguous_mspace_sbrk0(mspace msp);
#endif
/*