AJA NTV2 SDK
17.5.0.1658
NTV2 SDK 17.5.0.1658
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
_
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
b
c
e
g
k
n
r
v
Related Functions
:
a
b
c
d
j
o
s
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
_
a
b
c
d
f
h
i
j
l
m
n
o
p
q
r
s
t
u
w
Enumerations
_
a
b
c
d
e
f
h
i
j
k
m
n
p
q
r
s
t
u
v
x
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
memory.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
8
#ifndef AJA_MEMORY_H
9
#define AJA_MEMORY_H
10
11
#include "
ajabase/common/public.h
"
12
17
class
AJA_EXPORT
AJAMemory
18
{
19
public
:
20
21
AJAMemory
();
22
virtual
~
AJAMemory
();
23
30
static
void
* Allocate(
size_t
size);
31
37
static
void
Free(
void
* pMemory);
38
46
static
void
* AllocateAligned(
size_t
size,
size_t
alignment);
47
53
static
void
FreeAligned(
void
* pMemory);
54
66
static
void
* AllocateShared(
size_t
* size,
const
char
* pShareName,
bool
global =
true
);
67
73
static
void
FreeShared(
void
* pMemory);
74
};
75
76
#endif // AJA_MEMORY_H
AJA_EXPORT
#define AJA_EXPORT
Definition:
export.h:34
AJAMemory
Definition:
memory.h:17
public.h
Master header for the ajabase library.
libajantv2
ajabase
system
memory.h
Generated on Tue Feb 25 2025 18:41:14 for AJA NTV2 SDK by
1.8.17