20#ifndef __TLM_CORE_1_REQ_RSP_CHANNELS_FIFO_FIFO_RESIZE_HH__
21#define __TLM_CORE_1_REQ_RSP_CHANNELS_FIFO_FIFO_RESIZE_HH__
45 if (buffer.size() <
static_cast<int>(n)) {
60 return nb_bound(size() - n);
69 if (
static_cast<int>(new_size) < used()) {
void nb_unbound(unsigned int n=16)
bool nb_reduce(unsigned int n=1)
bool nb_bound(unsigned int n)
void nb_expand(unsigned int n=1)