OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [src/] [glue/] [tests/] [tests.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __TESTS_H__
2
#define __TESTS_H__
3
 
4
/* Mock-up physical memory */
5
extern unsigned int TEST_PHYSMEM_TOTAL_PAGES;
6
extern unsigned int TEST_PHYSMEM_TOTAL_SIZE;
7
 
8
/* Allocator test */
9
extern unsigned int PAGE_ALLOCATIONS;
10
extern unsigned int PAGE_ALLOC_SIZE_MAX;
11
 
12
/* Memcache test */
13
extern unsigned int MEMCACHE_ALLOCS_MAX;
14
extern unsigned int TEST_CACHE_ITEM_SIZE;
15
 
16
/* Kmalloc */
17
extern unsigned int KMALLOC_ALLOCATIONS;
18
extern unsigned int KMALLOC_ALLOC_SIZE_MAX;
19
 
20
 
21
#endif /* __TESTS_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.