Changeset 7652ca0 in Lumiera

Timestamp:
2026-04-11T23:31:33Z (5 weeks ago)
Author:
Ichthyostega <prg@…>
Branches:
dev/play
Children:
5686694
Parents:
2c8ee05
git-author:
Ichthyostega <prg@…> (11/04/26 20:47:06)
git-committer:
Ichthyostega <prg@…> (11/04/26 23:31:33)
Message:

BufferProvider: add simplistic heap-based BufferStore implementation

Now able to reap the rewards: since all that convoluted and tangled
old state tracking has been resolved and replaced by dedicated
and self-contained diagnostic subclasses, the old dummy BufferProvider
implementation can be detached, using a similar yet very simple
fake implementation.

For context: the HeapMemBufferStore is part of the default configuration
and thus automatically used whenever a unit test needs a BufferProvider.
This default implementation is not optimised for speed, and actually
never releases any memory, which allows to verify proper handling
of buffer memory allocation.

(No files)

Note: See TracChangeset for help on using the changeset viewer.