Please enable JavaScript to view this site.

Memory Validator Help

Navigation: Hook Reference

Functions using LocalAlloc and GlobalAlloc

Scroll Prev Top Next More

 

Here are some hooked functions you may use that will indirectly allocate memory using LocalAlloc or GlobalAlloc

 

Functions using LocalAlloc

 

These functions use LocalAlloc() to allocate memory which must be freed with LocalFree():

 

 

 

 

 

 

 

 

Functions using GlobalAlloc

 

These functions use GlobalAlloc() to allocate memory which must be freed with GlobalFree().