"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "Common/MallocUtils.h" between
getdp-3.4.0-source.tgz and getdp-3.5.0-source.tgz

About: GetDP is a general finite element solver using mixed elements to discretize de Rham-type complexes in one, two and three dimensions.

MallocUtils.h  (getdp-3.4.0-source.tgz):MallocUtils.h  (getdp-3.5.0-source.tgz)
// GetDP - Copyright (C) 1997-2021 P. Dular and C. Geuzaine, University of Liege // GetDP - Copyright (C) 1997-2022 P. Dular and C. Geuzaine, University of Liege
// //
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// issues on https://gitlab.onelab.info/getdp/getdp/issues. // issues on https://gitlab.onelab.info/getdp/getdp/issues.
#ifndef MALLOC_UTILS_H #ifndef MALLOC_UTILS_H
#define MALLOC_UTILS_H #define MALLOC_UTILS_H
#include <stdlib.h> #include <stdlib.h>
void *Malloc(size_t size); void *Malloc(size_t size);
void *Calloc(size_t num, size_t size); void *Calloc(size_t num, size_t size);
void *Realloc(void *ptr, size_t size); void *Realloc(void *ptr, size_t size);
void Free(void *ptr); void Free(void *ptr);
#endif #endif
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)