|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Ah Mem. More...
Go to the source code of this file.
Functions | |
| TEST (AhMemTest, AllocateReturnsValidBuffer) | |
| TEST (AhMemTest, AllocateRejectsZeroSize) | |
| TEST (AhMemTest, AllocateZeroedClearsMemory) | |
| TEST (AhMemTest, AllocateZeroedRejectsZeroSize) | |
Tests for Ah Mem.
Definition in file ah_mem_test.cc.
| TEST | ( | AhMemTest | , |
| AllocateRejectsZeroSize | |||
| ) |
Definition at line 60 of file ah_mem_test.cc.
References Aleph::allocate().
| TEST | ( | AhMemTest | , |
| AllocateReturnsValidBuffer | |||
| ) |
Definition at line 52 of file ah_mem_test.cc.
References Aleph::allocate(), and Aleph::deallocate().
| TEST | ( | AhMemTest | , |
| AllocateZeroedClearsMemory | |||
| ) |
Definition at line 65 of file ah_mem_test.cc.
References Aleph::allocate_zeroed(), and Aleph::deallocate().
| TEST | ( | AhMemTest | , |
| AllocateZeroedRejectsZeroSize | |||
| ) |
Definition at line 76 of file ah_mem_test.cc.
References Aleph::allocate_zeroed().