#include "pxr/pxr.h"
#include "pxr/base/tf/mallocTag.h"
#include "pxr/base/tf/preprocessorUtilsLite.h"
Go to the source code of this file.
#define HF_MALLOC_TAG |
( |
|
x | ) |
TfAutoMallocTag2 tag2(TF_PP_STRINGIZE(MFB_PACKAGE_NAME), x); |
Creates an auto-mallocTag with the given named tag.
Definition at line 44 of file perfLog.h.
#define HF_MALLOC_TAG_FUNCTION |
( |
| ) |
|
Value:
#define TF_PP_STRINGIZE(x)
Expand and convert the argument to a string, using a most minimal macro.
#define __ARCH_PRETTY_FUNCTION__
Creates an auto-mallocTag with the function, including template params.
Definition at line 37 of file perfLog.h.
#define HF_MALLOC_TAG_NEW |
( |
|
x | ) |
TF_MALLOC_TAG_NEW(TF_PP_STRINGIZE(MFB_PACKAGE_NAME), x); |
Overrides operator new/delete and injects malloc tags.
Definition at line 50 of file perfLog.h.