Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
alib2measure
src
measurements
MeasurementNew.hpp
Go to the documentation of this file.
1
6
/*
7
* Author: Radovan Cerveny
8
*/
9
10
#pragma once
11
12
void
*
operator
new
( std::size_t n,
bool
measure );
13
14
void
operator
delete
(
void
* ptr,
bool
measure )
noexcept
;
15
Generated on Mon Dec 27 2021 10:21:54 for Algorithms Library Toolkit by
1.9.2