My Project
Loading...
Searching...
No Matches
Singular
dyn_modules
systhreads
bytebuf.cc
Go to the documentation of this file.
1
#include "
bytebuf.h
"
2
3
char
*
allocate_space
(
size_t
n) {
4
return
new
char
[n];
5
}
6
7
void
free_space
(
size_t
n,
char
*
p
) {
8
delete
[]
p
;
9
}
free_space
void free_space(size_t n, char *p)
Definition:
bytebuf.cc:7
allocate_space
char * allocate_space(size_t n)
Definition:
bytebuf.cc:3
bytebuf.h
p
int p
Definition:
cfModGcd.cc:4078
Generated on Mon Feb 27 2023 10:53:50 for My Project by
doxygen 1.9.5
for
Singular