© Roger Villela 2020
R. VillelaIntroducing Mechanisms and APIs for Memory Management https://doi.org/10.1007/978-1-4842-5416-5_6

6. Working with Microsoft CRT/UCRT and Memory Management

Roger Villela1 
(1)
Sao Paulo, São Paulo, Brazil
 

In this chapter, you will learn about the CRT/UCRT and functionalities for memory management.

Microsoft CRT/UCRT and Memory Management

The Microsoft CRT/UCRT implementation is a set of functions, data structures, and runtimes that encapsulate functionalities and provide facilities for a variety of activities. These activities include memory management tasks such as memory allocation, reallocation, getting information about the blocks of memory, and the release of blocks of memory.
  • The Microsoft UCRT includes only the functions ...

Get Introducing Mechanisms and APIs for Memory Management: Using Windows OS Native Runtime APIs now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.