BRL-CAD
Loading...
Searching...
No Matches
PooledObject< T > Class Template Reference

#include <util.h>

Static Public Member Functions

static voidoperator new (std::size_t size)
 
static void operator delete (void *pointer)
 

Detailed Description

template<typename T>
class PooledObject< T >

Definition at line 333 of file util.h.

Member Function Documentation

◆ operator new()

template<typename T >
static void * operator new ( std::size_t  size)
inlinestatic

Definition at line 336 of file util.h.

References bu_heap_get(), dvec< LEN >::dvec(), size, and UNLIKELY.

Here is the call graph for this function:

◆ operator delete()

template<typename T >
static void operator delete ( void pointer)
inlinestatic

Definition at line 345 of file util.h.

References bu_heap_put().

Here is the call graph for this function:

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