ATLAS Offline Software
Loading...
Searching...
No Matches
maybeUnprotect.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-2021 CERN for the benefit of the ATLAS collaboration.
4 */
11
12
13#ifndef ATHALLOCATORS_MAYBEUNPROTECT_H
14#define ATHALLOCATORS_MAYBEUNPROTECT_H
15
16
17namespace SG {
18
19
31template <class ALLOC>
32void maybeUnprotect (ALLOC&)
33{
34}
35
36
37} // namespace SG
38
39
40#endif // not ATHALLOCATORS_MAYBEUNPROTECT_H
Forward declaration.
void maybeUnprotect(ArenaHeapSTLAllocator< T, VETO > &a)
Hook for unprotecting an arena.