comparison packages/language/c/libc/current/src/stdlib/malloc.cxx @ 36:e97d78785e2d ecos-sw-1999-09-12

Merge from eCos master repository on 1999-09-12-15:40:34-BST
author jlarmour
date Sun, 12 Sep 1999 15:26:05 +0000
parents 443894e2e912
children c38311975d4f
comparison
equal deleted inserted replaced
35:d722a005a6c3 36:e97d78785e2d
216 216
217 CYG_REPORT_RETVAL( ret_ptr ); 217 CYG_REPORT_RETVAL( ret_ptr );
218 return ret_ptr; 218 return ret_ptr;
219 } // _realloc() 219 } // _realloc()
220 220
221
222 // Allows stress_threads test to access memory pool information.
223 externC void *
224 cyg_libc_get_malloc_pool( void )
225 {
226 return (void*) &pool;
227 }
228
221 #endif // ifdef CYGPKG_LIBC_MALLOC 229 #endif // ifdef CYGPKG_LIBC_MALLOC
222 230
223 // EOF malloc.cxx 231 // EOF malloc.cxx