repo.or.cz
/
nagios-reports-module.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
import: Make sure we parse the right string for service notifications
[nagios-reports-module.git]
/
mm.h
blob
0fedfb346ae7834facb8921fae78a15ce8ebcb45
1
#ifndef MM_H
2
#define MM_H
3
#include <unistd.h>
4
5
void
*
cget_arena
(
size_t
size
,
size_t
nmemb
);
6
void
*
mget_arena
(
size_t
size
);
7
void
release_arenas
(
void
);
8
#endif
/* MM_H */