globalAllocator - multiple declarations

Function globalAllocator

Returns current global Allocator that is used by New and Delete

Allocator globalAllocator();

Function globalAllocator

Sets global Allocator that is used by New and Delete

void globalAllocator (
  Allocator a
);