ROOT
Version v6.34
master
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
▼
graf3d
►
eve
▼
eve7
▼
glu
►
dict-list.h
►
dict.c
►
dict.h
►
geom.c
►
geom.h
►
GL_glu.h
►
gluos.h
►
memalloc.c
►
memalloc.h
►
mesh.c
►
mesh.h
►
normal.c
►
normal.h
►
priorityq-heap.c
►
priorityq-heap.h
►
priorityq-sort.h
►
priorityq.c
►
priorityq.h
►
render.c
►
render.h
►
sweep.c
►
sweep.h
►
tess.c
►
tess.h
►
tessmono.c
►
tessmono.h
►
inc
►
src
►
g3d
►
gl
►
gviz3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-34-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
memalloc.h
Go to the documentation of this file.
1
/*
2
* SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
3
* Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
4
*
5
* Permission is hereby granted, free of charge, to any person obtaining a
6
* copy of this software and associated documentation files (the "Software"),
7
* to deal in the Software without restriction, including without limitation
8
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9
* and/or sell copies of the Software, and to permit persons to whom the
10
* Software is furnished to do so, subject to the following conditions:
11
*
12
* The above copyright notice including the dates of first publication and
13
* either this permission notice or a reference to
14
* http://oss.sgi.com/projects/FreeB/
15
* shall be included in all copies or substantial portions of the Software.
16
*
17
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
18
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20
* SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
21
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
22
* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
* SOFTWARE.
24
*
25
* Except as contained in this notice, the name of Silicon Graphics, Inc.
26
* shall not be used in advertising or otherwise to promote the sale, use or
27
* other dealings in this Software without prior written authorization from
28
* Silicon Graphics, Inc.
29
*/
30
/*
31
** Author: Eric Veach, July 1994.
32
**
33
*/
34
35
#ifndef __memalloc_simple_h_
36
#define __memalloc_simple_h_
37
38
#include <stdlib.h>
39
40
#define memRealloc realloc
41
#define memFree free
42
43
#define memInit __gl_memInit
44
/*extern void __gl_memInit( size_t );*/
45
extern
int
__gl_memInit
(
size_t
);
46
47
#ifndef MEMORY_DEBUG
48
#define memAlloc malloc
49
#else
50
#define memAlloc __gl_memAlloc
51
extern
void
*
__gl_memAlloc
(
size_t
);
52
#endif
53
54
#endif
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
__gl_memInit
int __gl_memInit(size_t)
Definition
memalloc.c:38
graf3d
eve7
glu
memalloc.h
ROOT v6-34 - Reference Guide Generated on Thu Apr 3 2025 15:47:53 (GVA Time) using Doxygen 1.10.0