Pixar Arch 0.25.8
Loading...
Searching...
No Matches
mallocHook.h File Reference

Routines for controlling malloc behavior. More...

#include "pxr/arch/pxr.h"
#include "pxr/arch/api.h"
#include <stdlib.h>
#include <string>

Go to the source code of this file.

Classes

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

Namespaces

namespace  pxr

Functions

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

Detailed Description

Routines for controlling malloc behavior.