My Project
Singular
mmalloc.h
Go to the documentation of this file.
1
#ifndef MMEMORY_H
2
#define MMEMORY_H
3
/****************************************
4
* Computer Algebra System SINGULAR *
5
****************************************/
6
/*
7
* ABSTRACT: declaration of routines for memory stuff
8
*/
9
10
#undef reallocSize
11
#undef freeSize
12
13
#ifdef __cplusplus
14
extern
"C"
15
{
16
#endif
17
void
*
reallocSize
(
void
* old_addr,
size_t
old_size,
size_t
new_size);
18
void
freeSize
(
void
* addr,
size_t
size
);
19
#ifdef __cplusplus
20
}
21
#endif
22
#endif
size
int size(const CanonicalForm &f, const Variable &v)
int size ( const CanonicalForm & f, const Variable & v )
Definition:
cf_ops.cc:600
reallocSize
void * reallocSize(void *old_addr, size_t old_size, size_t new_size)
Definition:
omalloc.c:100
freeSize
void freeSize(void *addr, size_t size)
Definition:
omalloc.c:95
Generated on Sun Apr 17 2022 10:43:56 for My Project by
doxygen 1.9.3
for
Singular