References from Chapter 4:

For general aspects of dynamic memory allocation see operating systems texts listed in Chapter 2. For a basic description of
the C allocators and deallocators see C texts listed in Chapter 3.

For the programming point of view, see the following articles from C/C++ Users Journal.

For programmatic details and debugging versions of the allocators and deallocators, see the following websites: