D32A C/C++ Run-Time library provides protected mode programmers with a set of high performance memory allocation routines. The 11 supported functions allow allocation of Extended (High or DPMI) memory as well as conventional (Low or DOS) memory. By using D32A library memory allocation functions you can allocate up to 256 memory blocks at the same time of the size up to 2GB (if physically present). Please note that these functions are not interchangeble with WATCOM C/C++ standard Run-Time library functions, which means that you cannot malloc() a memory block by using D32A library and then free it with free() function of WATCOM library.
All Rights Reserved |