source: git/Singular/mmstd.c @ 558fb3c

spielwiese
Last change on this file since 558fb3c was 558fb3c, checked in by Hans Schönemann <hannes@…>, 23 years ago
*hannes: C/C++ differences (found on SUN) git-svn-id: file:///usr/local/Singular/svn/trunk@4739 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 520 bytes
Line 
1/****************************************
2*  Computer Algebra System SINGULAR     *
3****************************************/
4/* $Id: mmstd.c,v 1.1 2000-11-20 10:18:56 hannes Exp $ */
5/*
6* ABSTRACT: standard version of C-memory management alloc func
7*/
8
9#include "mod2.h"
10
11/* We define those, so that our values of
12   OM_TRACK and OM_CHECK are used  */
13
14// define this so that all addr allocated there are marked
15// as static, i.e. not metioned by omPrintUsedAddr
16#define OM_MALLOC_MARK_AS_STATIC
17#include <omalloc.c>
Note: See TracBrowser for help on using the repository browser.