|
From: <sv...@va...> - 2009-02-17 04:24:06
|
Author: njn
Date: 2009-02-17 04:23:54 +0000 (Tue, 17 Feb 2009)
New Revision: 9192
Log:
Remove an unnecessary comment.
Modified:
branches/DARWIN/memcheck/mc_malloc_wrappers.c
Modified: branches/DARWIN/memcheck/mc_malloc_wrappers.c
===================================================================
--- branches/DARWIN/memcheck/mc_malloc_wrappers.c 2009-02-17 04:12:46 UTC (rev 9191)
+++ branches/DARWIN/memcheck/mc_malloc_wrappers.c 2009-02-17 04:23:54 UTC (rev 9192)
@@ -484,8 +484,6 @@
return p_new;
}
-// Memcheck's allocator always gives the client exactly as much
-// memory as they asked for, with no additional alignment padding.
SizeT MC_(malloc_usable_size) ( ThreadId tid, void* p )
{
MC_Chunk* mc = VG_(HT_lookup) ( MC_(malloc_list), (UWord)p );
|