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_ */
void * xmalloc_large(size_t)
void * xmalloc_large_ext(size_t)
void * xmalloc(size_t)
void xfree_large(void *)