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:4086
Generated on Thu Mar 20 2025 00:00:00 for My Project by
doxygen 1.13.2
for
Singular