Home |
RTKernel-32 Programming Manual Multitasking, Real-Time, and RTKernel-32 Alternate APIs for RTKernel-32 Driver MEMSTCH Preconfigured Driver Library Drvrt32.lib |
Driver MEMSTCHThis driver combines MEMCHEAP and MEMSTH. All allocation requests are first routed to MEMSTH. If the allocation fails (e.g., because all available memory is already allocated), malloc is called. This driver allows allocations (e.g., for semaphores, critical sections, etc.) in the start-up phase of a program, but the available memory is not limited to the static heap. For critical sections required by multithreaded run-time systems, the default size of the static heap is sufficient. This is the default memory driver. Requirements: C/C++ run-time system.
|