My Project
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 Sun Apr 17 2022 10:43:55 for My Project by
doxygen 1.9.3
for
Singular