sbrk is very Unixish. It isn't in POSIX at all. Our system is highly POSIX
compliant but doesn't have a function that directly maps to sbrk.  We do
have a way of determining heap max size and heap current usage, but it is a
functional (subroutine) interface.  If you had a function that just
calculated heap usage it would be easier for me to replace it.

Thanks
PG

Reply via email to