From 77998753b522e28f1b6f92ebab407e1fcaef5296 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 17 Feb 2012 16:54:23 +0100 Subject: Use alternative API Replaced Allocate_majority_of_workspace() with rtems_workspace_allocate(). Replaced Allocate_majority_of_heap() with rtems_heap_greedy_allocate(). --- testsuites/support/include/test_support.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'testsuites/support/include') diff --git a/testsuites/support/include/test_support.h b/testsuites/support/include/test_support.h index f478067c43..5317113197 100644 --- a/testsuites/support/include/test_support.h +++ b/testsuites/support/include/test_support.h @@ -16,24 +16,6 @@ extern "C" { #endif -/* - * Allocate a number of small blocks from the workspace - * until the largest free block of memory available is - * smaller than smallest. - * - * NOTE: The memory CANNOT be freed. - */ -void Allocate_majority_of_workspace( int smallest ); - -/* - * Allocate a number of small blocks from the heap - * until the largest free block of memory available is - * smaller than smallest. - * - * NOTE: The memory CANNOT be freed. - */ -void Allocate_majority_of_heap( int smallest ); - /* * Return a pointer to the POSIX name that is slightly * beyond the legal limit. -- cgit v1.2.3