Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
a local clone.
std.experimental.allocator.building_blocks.null_allocator
- NullAllocator is an emphatically empty implementation of the allocator interface. Although it has no direct use, it is useful as a "terminator" in composite allocators.
- Returns n.Always returns null.
- Always returns null.
- Always returns null.
- These methods return false.
Precondition: b is null. This is because there is no other possible legitimate input.
- Returns Ternary.no.
- Returns null.
- No-op.
Precondition: b is null
- No-op.
- Returns Ternary.yes.
Copyright © 1999-2017 by Digital Mars ®, All Rights Reserved | Page generated by
Ddoc on (no date time)