[Top] [Prev] [Next] [Bottom] [Contents]

SaFreeAllocs

Frees all memory allocations made from SaMalloc. Sapphire will call this after each request to garbage collect memory. This call forces the "garbage collection" to occur immediately. Note that all allocated memory is now invalid.

Synopsis

#include "SaRnHtml.h"
int SaFreeAllocs();

Arguments

None.

Return Values

The value, 0.

Description

Frees all memory allocations made from SaMalloc. Sapphire will call this after each request to garbage collect memory. This call forces the "garbage collection" to occur immediately. Note that all allocated memory is now invalid.

Example

SaFreeAllocs();

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.