diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2011-05-13 06:50:20 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2011-05-13 06:50:20 +0000 |
commit | b4966f91396b337dc0ce1c1b9f7a95a62a64c84e (patch) | |
tree | 365a6474147588268479073cb199bb892f2a8fff /newlib/libc/stdlib/strtod.c | |
parent | 4fda5718319e0c66e6f4b017e722293a4516413d (diff) | |
download | cygnal-b4966f91396b337dc0ce1c1b9f7a95a62a64c84e.tar.gz cygnal-b4966f91396b337dc0ce1c1b9f7a95a62a64c84e.tar.bz2 cygnal-b4966f91396b337dc0ce1c1b9f7a95a62a64c84e.zip |
* fhandler_process.cc (struct heap_info::heap): Convert base to
uintptr_t. Add heap_id, end, flags members.
(heap_info::heap_vm_chunks): Rename from heaps.
(heap_info::heap_info): Rearrange using RtlQueryProcessDebugInformation
to get information of heap virtual memory blocks. Store heap id and
flags, as well as end address of each block.
(heap_info::fill_if_match): Check incoming base address against full
address range of heap chunks. Convert flag values in extra heap
information.
(format_process_maps): Change order so that heap check is done before
MEM_MAPPED check since there are shareable heaps.
* ntdll.h (PDI_HEAP_BLOCKS): Define.
(HEAP_FLAG_NOSERIALIZE): Define.
(HEAP_FLAG_GROWABLE): Define.
(HEAP_FLAG_EXCEPTIONS): Define.
(HEAP_FLAG_NONDEFAULT): Define.
(HEAP_FLAG_SHAREABLE): Define.
(HEAP_FLAG_EXECUTABLE): Define.
(HEAP_FLAG_DEBUGGED): Define.
(struct _DEBUG_HEAP_ARRAY): Define.
(struct _DEBUG_HEAP_BLOCK): Define.
Diffstat (limited to 'newlib/libc/stdlib/strtod.c')
0 files changed, 0 insertions, 0 deletions