All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mallocHook.h File Reference

Routines for controlling malloc behavior. More...

+ Include dependency graph for mallocHook.h:

Go to the source code of this file.

Classes

class  ArchMallocHook
 Override default malloc() functionality. More...
 

Functions

ARCH_API bool ArchIsPtmallocActive ()
 Return true if ptmalloc is being used as the memory allocator. More...
 
ARCH_API bool ArchIsStlAllocatorOff ()
 Return true if the C++ STL allocator was requested to be turned off. More...
 

Detailed Description

Routines for controlling malloc behavior.

Definition in file mallocHook.h.