Home |
RTKernel-32 Programming Manual Multitasking, Real-Time, and RTKernel-32 Alternate APIs for RTKernel-32 Driver MEMCHEAP Preconfigured Driver Library Drvrt32.lib |
Driver MEMCHEAPThis driver maps memory allocation and deallocation functions to standard ANSI C functions malloc and free. The driver does not contain any reentrance protection. Therefore, malloc and free must be protected by some other means (e.g., the run-time system's Win32 multithreaded libraries). This driver should be used if you don't plan to use RTKernel-32's Win32 emulation and do not call any RTKernel-32 functions before function main has been invoked. Requirements: C/C++ run-time system, no RTKernel-32 calls before main has been called.
|