MOS Source Code
Loading...
Searching...
No Matches
default_allocator< TItem, false > Struct Template Reference

#include <default_allocator.hpp>

Static Public Member Functions

static TItem * allocate (size_t size)
static void free (TItem *ptr, size_t=0)

Detailed Description

template<typename TItem>
struct mos::default_allocator< TItem, false >

Definition at line 22 of file default_allocator.hpp.

Member Function Documentation

◆ allocate()

template<typename TItem>
TItem * allocate ( size_t size)
inlinestatic

Definition at line 24 of file default_allocator.hpp.

Here is the call graph for this function:

◆ free()

template<typename TItem>
void free ( TItem * ptr,
size_t = 0 )
inlinestatic

Definition at line 29 of file default_allocator.hpp.

Here is the call graph for this function:

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