aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Brooksby2023-06-15 08:55:00 +0100
committerRichard Brooksby2023-06-15 09:01:16 +0100
commitbda0836c8182a21a1c916abc68b4bf13d6b506f5 (patch)
treea3b34fabd1f0127c5ee2ac4689bcf30eb5f77739
parentd821f32d4d5b0996baf8ee0a00b0ac9d1290d34c (diff)
downloademacs-bda0836c8182a21a1c916abc68b4bf13d6b506f5.tar.gz
emacs-bda0836c8182a21a1c916abc68b4bf13d6b506f5.zip
Removing redundant user documentation in response to review <https://github.com/ravenbrook/mps/pull/223/files#r1197946092>
-rw-r--r--mps/code/mpsi.c13
1 files changed, 3 insertions, 10 deletions
diff --git a/mps/code/mpsi.c b/mps/code/mpsi.c
index 72f65d941a1..a3e7dce3773 100644
--- a/mps/code/mpsi.c
+++ b/mps/code/mpsi.c
@@ -447,16 +447,9 @@ mps_bool_t mps_addr_pool(mps_pool_t *mps_pool_o,
447 return b; 447 return b;
448} 448}
449 449
450/* mps_addr_object -- find base pointer of a managed object 450
451 * 451/* mps_addr_object -- find base pointer of a managed object */
452 * Sets *p_o to the base address of an object given a pointer to the 452
453 * interior of that object.
454 *
455 * Will return resFAIL if the object is not in managed memory
456 * or the object has been moved.
457 *
458 * Will return resUNIMPL if the pool doesn't support this feature
459 */
460mps_res_t mps_addr_object(mps_addr_t *p_o, mps_arena_t arena, mps_addr_t addr) 453mps_res_t mps_addr_object(mps_addr_t *p_o, mps_arena_t arena, mps_addr_t addr)
461{ 454{
462 Res res; 455 Res res;