~ubuntu-branches/ubuntu/saucy/slurm-llnl/saucy

« back to all changes in this revision

Viewing changes to src/common/xmalloc.c

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2008-05-30 13:11:30 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080530131130-l6ko6aie7xhrlmxe
Tags: 1.3.3-1
* New upstream release
* Removed patches to src/slurmctd/controller.c src/slurmdbd/slurmdbd.c
  doc/man/man1/sacctmgr.1 included to upstream
* Edited watch file to seek for 1.3 releases
* doc/man/man1/salloc.1 doc/man/man1/sbatch.1 doc/man/man5/slurm.conf.5
  patched to improve formatting and avoid manual warnings 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *  xmalloc.c - enhanced malloc routines
3
3
 *  Started with Jim Garlick's xmalloc and tied into slurm log facility.
4
4
 *  Also added ability to print file, line, and function of caller.
5
 
 *  $Id: xmalloc.c 10574 2006-12-15 23:38:29Z jette $
 
5
 *  $Id: xmalloc.c 13672 2008-03-19 23:10:58Z jette $
6
6
 *****************************************************************************
7
7
 *  Copyright (C) 2002 The Regents of the University of California.
8
8
 *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
9
9
 *  Written by Jim Garlick <garlick1@llnl.gov> and 
10
10
 *      Mark Grondona <mgrondona@llnl.gov>
11
 
 *  UCRL-CODE-226842.
 
11
 *  LLNL-CODE-402394.
12
12
 *  
13
13
 *  This file is part of SLURM, a resource management program.
14
14
 *  For details, see <http://www.llnl.gov/linux/slurm/>.