sizeof with a pointer to dynamically allocated memory will return the size of the...
authorGabe Black <gblack@eecs.umich.edu>
Tue, 30 Jan 2007 07:45:59 +0000 (02:45 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 30 Jan 2007 07:45:59 +0000 (02:45 -0500)
commit0cdcd207ac7e3636ee84b506afc6929417e52202
treebd9e3e478fb22b1671bfb9f0e42b0be5c117b26a
parenta4a87daad1eed91c4913e059a91d7c78d3a2b2ec
sizeof with a pointer to dynamically allocated memory will return the size of the pointer, not the memory.

--HG--
extra : convert_revision : 04647d9fa0c464960d37797717f8171862cf48f8
src/base/remote_gdb.cc