X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/558e70ee837c7456495f5399c7e62504206ea99b..6afec9101d5ea87e3df4bda2239ffd05f8154fa6:/lib/sod.3 diff --git a/lib/sod.3 b/lib/sod.3 index de46128..c49378a 100644 --- a/lib/sod.3 +++ b/lib/sod.3 @@ -494,6 +494,13 @@ It may be appropriate to .BR assert (3) that the object is ready for deallocation at this time. .PP +By default, this macro will abort the program +if the size allocated for the instance doesn't match +the size required by the class object; +set +.B SOD_RECKLESS +to inhibit this check. +.PP The .B SOD_MAKE macro,