OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_alloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/
optional_test.cpp
44
class
test_alloc
{
class in namespace:__anon6999
55
test_alloc
(int value_) : value(value_)
function in class:__anon6999::test_alloc
70
std::cout << "
test_alloc
::operator new called\n";
81
std::cout << "
test_alloc
::operator delete called\n";
87
size_t
test_alloc
::instances = 0;
183
ATF_REQUIRE_EQ(0,
test_alloc
::instances);
185
optional<
test_alloc
> optional1(
test_alloc
(3));
186
ATF_REQUIRE_EQ(1,
test_alloc
::instances);
190
optional<
test_alloc
> optional2(optional1)
[
all
...]
optional_test.cpp
44
class
test_alloc
{
class in namespace:__anon6999
55
test_alloc
(int value_) : value(value_)
function in class:__anon6999::test_alloc
70
std::cout << "
test_alloc
::operator new called\n";
81
std::cout << "
test_alloc
::operator delete called\n";
87
size_t
test_alloc
::instances = 0;
183
ATF_REQUIRE_EQ(0,
test_alloc
::instances);
185
optional<
test_alloc
> optional1(
test_alloc
(3));
186
ATF_REQUIRE_EQ(1,
test_alloc
::instances);
190
optional<
test_alloc
> optional2(optional1)
[
all
...]
Completed in 40 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026