The MemoryResource from which to allocate blocks for the pool.
The size of blocks to allocate (default is 1MiB).
The number of blocks to allocate to initialize the pool.
Queries the amount of free and total memory for the resource.
the stream whose memory manager we want to retrieve
a tuple which contains [free memory, total memory]
(in bytes)
The other resource to compare to
true if the two resources are equal, else false
A MemoryResource which allocates memory blocks of a single fixed size using an upstream MemoryResource.
Supports only allocations of size smaller than the configured
blockSize
.