Set the name of this allocator to the specified name.

Synopsis

Declared in <balst_stacktracetestallocator.h>

void
setName(char const* name);

Description

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.

Parameters

Name

Description

name

null‐terminated allocator name; must outlive this object

Created with MrDocs