aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mps/code/mpsi.c')
-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;