Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
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
l
m
o
p
r
s
t
u
v
w
x
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
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
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
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
x
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
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
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
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
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
hardware.h
Go to the documentation of this file.
1
23
/*
24
* Author: Lasse Collin
25
*
26
* This file has been put into the public domain.
27
* You can do whatever you want with this file.
28
*
29
* See ../lzma.h for information about liblzma as a whole.
30
*/
31
32
#ifndef LZMA_H_INTERNAL
33
# error Never include this file directly. Use <lzma.h> instead.
34
#endif
35
36
50
extern
LZMA_API
(
uint64_t
) lzma_physmem(
void
)
lzma_nothrow
;
51
52
64
extern
LZMA_API
(
uint32_t
) lzma_cputhreads(
void
)
lzma_nothrow
;
LZMA_API
LZMA_API(uint64_t) lzma_physmem(void) lzma_nothrow
Get the total amount of physical memory (RAM) in bytes.
Definition:
crc64_fast.c:29
lzma_nothrow
#define lzma_nothrow
Definition:
lzma.h:231
uint32_t
unsigned int uint32_t
Definition:
sftypes.h:29
uint64_t
unsigned long uint64_t
Definition:
sftypes.h:28
subprojects
xz-5.2.5
src
liblzma
api
lzma
hardware.h
Generated by
1.9.1