LMMS
Loading...
Searching...
No Matches
_LV2_RtMemPool_Pool_Deprecated Struct Reference

#include <lv2_rtmempool.h>

Public Attributes

unsigned char(* create )(const char *, size_t, size_t, size_t, LV2_RtMemPool_Handle *)
void(* destroy )(LV2_RtMemPool_Handle)
void *(* allocate_atomic )(LV2_RtMemPool_Handle)
void *(* allocate_sleepy )(LV2_RtMemPool_Handle)
void(* deallocate )(LV2_RtMemPool_Handle, void *)

Detailed Description

Deprecated feature for backwards compatibility.

Member Data Documentation

◆ allocate_atomic

void *(* _LV2_RtMemPool_Pool_Deprecated::allocate_atomic) (LV2_RtMemPool_Handle)

◆ allocate_sleepy

void *(* _LV2_RtMemPool_Pool_Deprecated::allocate_sleepy) (LV2_RtMemPool_Handle)

◆ create

unsigned char(* _LV2_RtMemPool_Pool_Deprecated::create) (const char *, size_t, size_t, size_t, LV2_RtMemPool_Handle *)

◆ deallocate

void(* _LV2_RtMemPool_Pool_Deprecated::deallocate) (LV2_RtMemPool_Handle, void *)

◆ destroy

void(* _LV2_RtMemPool_Pool_Deprecated::destroy) (LV2_RtMemPool_Handle)

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