Set the name of this allocator to the specified name.
Declared in <balst_stacktracetestallocator.h>
void
setName(char const* name);
If setName is never called, the name of the allocator is "<unnamed>". Note that the lifetime of name must exceed the lifetime of this object.
| Name | Description |
|---|---|
| name | null-terminated allocator name; must outlive this object |