Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
xmalloc.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  * Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
4  */
13 #ifndef CXXUTILS_XMALLOC_H
14 #define CXXUTILS_XMALLOC_H
15 
16 
17 #include <cstdlib>
18 
19 
20 namespace CxxUtils {
21 
22 
33 void* xmalloc (size_t size);
34 
35 
36 } // namespace CxxUtils
37 
38 
39 #endif // not CXXUTILS_XMALLOC_H
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
CxxUtils
Definition: aligned_vector.h:29
CxxUtils::xmalloc
void * xmalloc(size_t size)
Trapping version of malloc.
Definition: xmalloc.cxx:31