Implements unittest of MemoryManager-Object.
MemoryManager-Object impl | Implements unittest of MemoryManager-Object. |
Copyright | This program is free software. |
C-kern/ | Header file of MemoryManager-Object. |
C-kern/ | Implements unittest MemoryManager-Object impl. |
test | |
test_initfree | Test lifetime functions of mm_t and mm_it. |
test_call | Test call functions of mm_t. |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2012 Jörg Seebohn
Header file of MemoryManager-Object.
Implements unittest MemoryManager-Object impl.
static int test_call( void )
Test call functions of mm_t.
Test lifetime functions of mm_t and mm_it.
static int test_initfree( void )
Uses iobj_DECLARE to declare interfaceable object.
iobj_DECLARE( mm_t, mm )
The function table describing the interface to a memory manager.
struct mm_it
Test call functions of mm_t.
static int test_call( void )