malloc
and realloc
(better still, use new
and delete
rather than malloc
and free
).
Standard C libraries are more generic and are not always aware of conditions that Taligent Application Environment routines must know about. For example, the standard C string functions don't support Unicode properly, and
memcpy()
doesn't handle overlapping moves from lower to higher addresses (use TMemorySurrogate instead).
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.