C++ Device API Reference Manual
Reference documentation for the Simics C++ Device API.
 
Loading...
Searching...
No Matches
simics::MmAllocator< T > Class Template Reference

#include <malloc_allocator.h>

Static Public Member Functions

static void * allocate (std::size_t num)
 
static void deallocate (T *const addr)
 

Member Function Documentation

◆ allocate()

template<class T >
static void * simics::MmAllocator< T >::allocate ( std::size_t  num)
inlinestatic

◆ deallocate()

template<class T >
static void simics::MmAllocator< T >::deallocate ( T *const  addr)
inlinestatic

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