systemc: Add a simple implementation for sc_mempool.
authorGabe Black <gabeblack@google.com>
Thu, 4 Oct 2018 00:37:53 +0000 (17:37 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 00:50:54 +0000 (00:50 +0000)
commitd8721496c98efd699eeccafa07e04bb9ed02e4be
treef902c0bf77bf0bc35ec3f0b2adfad508d51d2830
parentd371c9e0db60818ba829f5b80c9428f1e09b49df
systemc: Add a simple implementation for sc_mempool.

This class is supposed to be a more efficient way to manage small bits
of memory. At least for now, new and delete will do the same job
functionally. Also, the heap manager may be just as efficient as
whatever custom mechanism sc_mempool would use.

Change-Id: I6fdc01a69ca017d94b14a15a196ad29b66ef9858
Reviewed-on: https://gem5-review.googlesource.com/c/13292
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/dt/sc_mempool.cc