This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [trans-mem] remove _ITM_realloc from libitm


On 05/07/2010 08:41 AM, Aldy Hernandez wrote:
> 	* libitm_i.h (struct gtm_transaction): Remove
> 	get_allocation_size.
> 	(record_allocation): Remove size parameter.
> 	* libitm.map (_ITM_realloc): Remove.
> 	* alloc_c.cc (_ITM_realloc): Remove.
> 	(_ITM_malloc): Remove size argument to record_allocation.
> 	(_ITM_calloc): Same.
> 	* alloc_cpp.cc (_ZGTtnwm): Same.
> 	(_ZGTtnwmRKSt9nothrow_t): Same.
> 	(_ZGTtnam): Same.
> 	(_ZGTtnamRKSt9nothrow_t): Same.
> 	* alloc.cc (struct gtm_alloc_action): Remove size.
> 	(get_allocation_size): Remove.
> 	(commit_allocations): Add comment.
> 	(record_allocation): Remove size parameter.
> 	(forget_allocation): Remove set of size.

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]