MOS Source Code
Loading...
Searching...
No Matches
default_allocator Struct Reference

#include <default_allocator.hpp>

Static Public Member Functions

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

Detailed Description

Definition at line 15 of file default_allocator.hpp.

Member Function Documentation

◆ allocate()

static void * allocate ( size_t size)
inlinestatic

Definition at line 17 of file default_allocator.hpp.

+ Here is the call graph for this function:

◆ free()

static void free ( void * ptr,
size_t = 0 )
inlinestatic

Definition at line 22 of file default_allocator.hpp.

+ Here is the call graph for this function:

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