Add a method to set the release to OS value as the system runs,
and allow this to be set differently in the primary and the secondary.
Also, add a default value to use for primary and secondary. This
allows Android to have a default that is different for
primary/secondary.
Update mallopt to support setting the release to OS value.
error: conversion from ‘scudo::sptr’ {aka ‘long int’} to ‘scudo::s32’ {aka ‘int’} may change value [-Werror=conversion]
so static_cast to s32.