Does HI-TECH C support the use of the malloc-style functions?
HI-TECH C compilers for 16- and 32-bit devices support dynamic memory allocation functions like malloc etc. 8-bit compilers do not support these functions. As these devices have small amounts of RAM and this memory is banked, it is totally inappropriate to implement dynamic memory allocation on these devices.