| #include <vv_sys.h> | |
| int | mem_free (PTR p)
Frees previously allocated memory |
| PTR | mem_get (UINT size)
Allocates a memory block of the specified size |
| UCHAR * | mem_stblank (UINT st_len)
Allocates a null-terminated string of the specified length and fills it with blanks |