gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | List of all members
sc_core::sc_mpobject Class Reference

#include <sc_mempool.hh>

Static Public Member Functions

static void * operator new (std::size_t sz)
 
static void operator delete (void *p, std::size_t sz)
 
static void * operator new [] (std::size_t sz)
 
static void operator delete [] (void *p, std::size_t sz)
 

Detailed Description

Definition at line 55 of file sc_mempool.hh.

Member Function Documentation

◆ operator delete()

static void sc_core::sc_mpobject::operator delete ( void *  p,
std::size_t  sz 
)
inlinestatic

Definition at line 65 of file sc_mempool.hh.

References sc_core::sc_mempool::release().

◆ operator delete []()

static void sc_core::sc_mpobject::operator delete [] ( void *  p,
std::size_t  sz 
)
inlinestatic

Definition at line 77 of file sc_mempool.hh.

References sc_core::sc_mempool::release().

◆ operator new()

static void* sc_core::sc_mpobject::operator new ( std::size_t  sz)
inlinestatic

Definition at line 59 of file sc_mempool.hh.

References sc_core::sc_mempool::allocate().

◆ operator new []()

static void* sc_core::sc_mpobject::operator new [] ( std::size_t  sz)
inlinestatic

Definition at line 71 of file sc_mempool.hh.

References sc_core::sc_mempool::allocate().


The documentation for this class was generated from the following file:

Generated on Fri Feb 28 2020 16:27:23 for gem5 by doxygen 1.8.13