Routines for controlling malloc behavior. More...
#include "./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 | |
ARCH_API bool | pxr::ArchIsPtmallocActive () |
Return true if ptmalloc is being used as the memory allocator. | |
ARCH_API bool | pxr::ArchIsStlAllocatorOff () |
Return true if the C++ STL allocator was requested to be turned off. | |
Routines for controlling malloc behavior.