Hacker News new | ask | show | jobs
by mananaysiempre 1444 days ago
Isn’t every (release-mode) Microsoft CRT malloc a thin wrapper around KERNEL32!HeapAlloc (thus eventually NTDLL!RtlAllocateHeap)? CRTDLL did it, MSVCRT did it, UCRTBASE still seems to be doing it.
1 comments

Yes, it is.