- Notifications
You must be signed in to change notification settings - Fork5
Commit490e9a9
committed
Fix two valgrind issues in slab allocator.
During allocation VALGRIND_MAKE_MEM_DEFINED was called with a pointeras size. That kind of works, but makes valgrind exceedingly slow forworkloads involving the slab allocator.Secondly there was an access to memory marked as unreachable withinSlabCheck(). Fix that too.Author: Tomas VondraDiscussion:https://postgr.es/m/a6543b6d-6015-99b1-63ef-3ed55a76a730@2ndquadrant.com1 parente75a786 commit490e9a9
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
406 |
| - | |
| 406 | + | |
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
| |||
725 | 725 |
| |
726 | 726 |
| |
727 | 727 |
| |
| 728 | + | |
728 | 729 |
| |
729 | 730 |
| |
730 | 731 |
| |
|
0 commit comments
Comments
(0)