LibreOffice Module cli_ure (master) 1
Static Public Member Functions | List of all members
cli_uno::rtl_mem Struct Reference

#include <cli_base.h>

Static Public Member Functions

static void * operator new (size_t nSize)
 
static void operator delete (void *mem)
 
static void * operator new (size_t, void *mem)
 
static void operator delete (void *, void *)
 
static std::unique_ptr< rtl_memallocate (std::size_t bytes)
 

Detailed Description

Definition at line 116 of file cli_base.h.

Member Function Documentation

◆ allocate()

std::unique_ptr< rtl_mem > cli_uno::rtl_mem::allocate ( std::size_t  bytes)
inlinestatic

Definition at line 130 of file cli_base.h.

References p.

Referenced by cli_uno::Bridge::call_cli(), cli_uno::Bridge::map_to_uno(), and cli_uno::seq_allocate().

◆ operator delete() [1/2]

static void cli_uno::rtl_mem::operator delete ( void *  ,
void *   
)
inlinestatic

Definition at line 124 of file cli_base.h.

◆ operator delete() [2/2]

static void cli_uno::rtl_mem::operator delete ( void *  mem)
inlinestatic

Definition at line 120 of file cli_base.h.

◆ operator new() [1/2]

static void * cli_uno::rtl_mem::operator new ( size_t  nSize)
inlinestatic

Definition at line 118 of file cli_base.h.

◆ operator new() [2/2]

static void * cli_uno::rtl_mem::operator new ( size_t  ,
void *  mem 
)
inlinestatic

Definition at line 122 of file cli_base.h.


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