BRL-CAD
PooledObject< T > Class Template Reference

#include <util.h>

Static Public Member Functions

static void * operator 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()

static void * operator new ( std::size_t  size)
inlinestatic

Definition at line 336 of file util.h.

References bu_heap_get(), size, and UNLIKELY.

Here is the call graph for this function:

◆ operator delete()

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: