OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <DiscBuffer.h>
Public Member Functions | |
DiscBuffer () | |
~DiscBuffer () | |
Static Public Member Functions | |
static long | size () |
static void * | buffer () |
static void * | resize (long sz) |
static void * | grow (long amt) |
Static Public Attributes | |
static double | readtime = 0.0 |
static double | writetime = 0.0 |
static long | readbytes = 0 |
static long | writebytes = 0 |
Static Private Attributes | |
static long | size_s = 0 |
static char * | buffer_s = 0 |
Definition at line 29 of file DiscBuffer.h.
DiscBuffer::DiscBuffer | ( | ) |
Definition at line 55 of file DiscBuffer.cpp.
DiscBuffer::~DiscBuffer | ( | ) |
Definition at line 64 of file DiscBuffer.cpp.
|
inlinestatic |
|
inlinestatic |
Definition at line 73 of file DiscBuffer.h.
References PAssert_GE, resize(), and size().
|
static |
Definition at line 79 of file DiscBuffer.cpp.
References buffer(), buffer_s, PAssert, PAssert_GE, and size_s.
Referenced by grow(), DiscField< Dim >::read(), and DiscField< Dim >::write_offset_and_data().
|
inlinestatic |
|
staticprivate |
Definition at line 94 of file DiscBuffer.h.
Referenced by buffer(), resize(), and ~DiscBuffer().
|
static |
Definition at line 84 of file DiscBuffer.h.
Referenced by DiscField< Dim >::read_data().
|
static |
Definition at line 82 of file DiscBuffer.h.
Referenced by DiscField< Dim >::read_data().
|
staticprivate |
Definition at line 90 of file DiscBuffer.h.
Referenced by resize(), size(), and ~DiscBuffer().
|
static |
Definition at line 85 of file DiscBuffer.h.
Referenced by DiscField< Dim >::write_offset_and_data().
|
static |
Definition at line 83 of file DiscBuffer.h.
Referenced by DiscField< Dim >::write_offset_and_data().