StdAllocator.enter

Have the calling thread enter the region, and assign a new my_allocator.

  1. void enter(size_t )
  2. void enter(IAllocator ia)
    struct StdAllocator
    static
    void
    enter
    (
    IAllocator ia
    )

Parameters

ia IAllocator

An allocator to assign to my_allocator.

Meta