Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
valgrind
/
15bd0c82de7b52b7f219fcfaa363fefa2fee08fe
/
drd
/
drd_malloc_wrappers.c
83e7eb6
Fixed an assertion failure that was triggered on Darwin by calling malloc_zone_realloc().
by bart
· 15 years ago
1e29ebc
by sewardj
· 15 years ago
5fd2814
- Added more comments in DRD's malloc wrappers.
by bart
· 15 years ago
5b61bda
Fixed bug in DRD's realloc() wrapper.
by bart
· 15 years ago
245ccd9
Fixed a bug in DRD's malloc wrappers.
by bart
· 15 years ago
ba0818d
Introduced the functions DRD_(malloclike_block)() and DRD_(freelike_block)().
by bart
· 16 years ago
bedfd23
- Reindented code such that it uses three spaces for indentation instead
by bart
· 16 years ago
8b140de
In the core, include malloc_usable_size() as one of the functions that must
by njn
· 16 years ago
86562bd
- Updated copyright statements. - Improved consistency of source file headers.
by bart
· 16 years ago
246fbf2
Wrapped DRD_() macro around even more function and variable names.
by bart
· 16 years ago
9c606bd
by sewardj
· 16 years ago
ccf17de
Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools.
by bart
· 16 years ago
[Renamed from exp-drd/drd_malloc_wrappers.c]
7cf4e6b
by sewardj
· 17 years ago
e8a274c
Added missing VG_(cli_free)() call.
by bart
· 17 years ago
84595c0
Fixed assert when delete[]-ing an array of size zero.
by bart
· 17 years ago
3772a98
Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files.
by bart
· 17 years ago
72b751c
Added command-line option --trace-clientobj. Renamed drd_clientobj* functions into clientobj*. Moved some code from drd_main.c into the drd_mutex.c/drd_cond.c/drd_semaphore.c.
by bart
· 17 years ago
8564292
by sewardj
· 17 years ago
af44c82
Add DRD as an experimental tool. Bart Van Assche is the maintainer.
by sewardj
· 17 years ago