LMMS
Loading...
Searching...
No Matches
rtmempool-lv2.h
Go to the documentation of this file.
1/*
2 * RealTime Memory Pool, heavily based on work by Nedko Arnaudov
3 * Copyright (C) 2013-2016 Filipe Coelho <falktx@falktx.com>
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; either version 2 of
8 * the License, or any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * For a full copy of the GNU General Public License see the GPL.txt file
16 */
17
18#ifndef __RTMEMPOOL_LV2_H__
19#define __RTMEMPOOL_LV2_H__
20
21#include "rtmempool.h"
22#include "lv2/lv2_rtmempool.h"
23
30
32
33#endif // __RTMEMPOOL_LV2_H__
struct _LV2_RtMemPool_Pool_Deprecated LV2_RtMemPool_Pool_Deprecated
struct _LV2_RtMemPool_Pool LV2_RtMemPool_Pool
void lv2_rtmempool_init(LV2_RtMemPool_Pool *poolPtr)
Definition rtmempool.c:306
void lv2_rtmempool_init_deprecated(LV2_RtMemPool_Pool_Deprecated *poolPtr)
Definition rtmempool.c:315