COMBINATORIAL_BLAS
1.6
xalloc.h
Go to the documentation of this file.
1
/* -*- mode: C; mode: folding; fill-column: 70; -*- */
2
/* Copyright 2010, Georgia Institute of Technology, USA. */
3
/* See COPYING for license. */
4
#if !defined(XALLOC_HEADER_)
5
#define XALLOC_HEADER_
6
7
void
*
xmalloc
(
size_t
);
8
void
*
xmalloc_large
(
size_t
);
9
void
xfree_large
(
void
*);
10
void
*
xmalloc_large_ext
(
size_t
);
11
12
/*
13
void mark_large_unused (void *);
14
void mark_large_willuse (void *);
15
*/
16
17
#endif
/* XALLOC_HEADER_ */
xmalloc_large
void * xmalloc_large(size_t)
xmalloc_large_ext
void * xmalloc_large_ext(size_t)
xmalloc
void * xmalloc(size_t)
xfree_large
void xfree_large(void *)
graph500-1.2
xalloc.h
Generated by
1.8.13