COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
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
7void * xmalloc (size_t);
8void * xmalloc_large (size_t);
9void xfree_large (void *);
10void * xmalloc_large_ext (size_t);
11
12/*
13void mark_large_unused (void *);
14void mark_large_willuse (void *);
15*/
16
17#endif /* XALLOC_HEADER_ */
void * xmalloc_large_ext(size_t)
void * xmalloc(size_t)
void * xmalloc_large(size_t)
void xfree_large(void *)