]> sourceware.org Git - newlib-cygwin.git/commit
* malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.
authorChristopher Faylor <me@cgf.cx>
Sun, 20 Jan 2013 22:59:58 +0000 (22:59 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 20 Jan 2013 22:59:58 +0000 (22:59 +0000)
commit4713b1b294d8eacbf42b65aa794acb15bb18edee
tree7052c7cb810df76a981c8fd679737ca077340f33
parent1471537a8fc427d610d771f8097e44efb759b100
* malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.
(export_malloc_called): Delete.
(internal_malloc_determined): New variable.
(malloc_init): Control calculation of internal/external malloc based on
'internal_malloc_determined'.  Use import_address() to determine if malloc in
user_data is ours or not.
* miscfuncs.cc (thread_wrapper): Make static.
(__import_address): Define new function.
* miscfuncs.h (import_address): New define.
(__import_address): Declare new function.
winsup/cygwin/ChangeLog
winsup/cygwin/malloc_wrapper.cc
winsup/cygwin/miscfuncs.cc
winsup/cygwin/miscfuncs.h
This page took 0.032937 seconds and 5 git commands to generate.