Always returns null.
These methods return false. Precondition: b is null. This is because there is no other possible legitimate input.
Always returns null.
Always returns null.
No-op. Precondition: b is null
No-op.
Returns Ternary.yes.
These methods return false. Precondition: b is null. This is because there is no other possible legitimate input.
Returns Ternary.no.
These methods return false. Precondition: b is null. This is because there is no other possible legitimate input.
Returns Ternary.no.
Returns the shared global instance of the NullAllocator.
NullAllocator advertises a relatively large alignment equal to 64 KB. This is because NullAllocator never actually needs to honor this alignment and because composite allocators using NullAllocator shouldn't be unnecessarily constrained.
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.