Clone this repo:

Branches

  1. 24e5574 Remove Syzygy-related code from the Sawbuck repository. by chrisha@chromium.org · 10 years ago master
  2. 0889d32 Modify ZebraBlockHeap to accept a heap to use for internal allocations. by chrisha@chromium.org · 10 years ago
  3. 4f87ef7 Add GetAllocationSize support to ZebraBlockHeap. by chrisha@chromium.org · 10 years ago
  4. a95cd57 Added kUnboundedSize (~0) to specify unlimited capacity instead of using 0. by peterssen@google.com · 10 years ago
  5. 5e99791 Add GetAllocationSize support to CtMallocHeap. by chrisha@chromium.org · 10 years ago
  6. cfa297d Add GetAllocationSize support to WinHeap and InternalHeap. by chrisha@chromium.org · 10 years ago
  7. ce305be Remove the unguarded allocation heap. by sebmarchand@chromium.org · 10 years ago
  8. 3b55084 Add pushad/popad instructions to assembler. by siggi@chromium.org · 10 years ago
  9. c379762 Add 'GetAllocationSize' to HeapInterface. by chrisha@chromium.org · 10 years ago
  10. 75592e5 Remove HeapProxy and use the BlockHeapManager by default. by sebmarchand@chromium.org · 10 years ago
  11. 15f8ee8 Add support for the HEAP_ZERO_MEMORY flag to HeapAlloc. by sebmarchand@chromium.org · 10 years ago
  12. 770ce7f Change CircularQueueConstructor to accept an allocator rather than a MemoryNotifierInterface. by chrisha@chromium.org · 10 years ago
  13. 67783e9 Create InternalHeap. by chrisha@chromium.org · 10 years ago
  14. 2eac856 Cleanup ZebraBlockHeap. by chrisha@chromium.org · 10 years ago
  15. a127f10 Fix a bug in Shadow::IsBeginningOfBlockBody by sebmarchand@chromium.org · 10 years ago
  16. 7546fbb Add a new method to check if an address point to the beginning of an user alloc by sebmarchand@chromium.org · 10 years ago
  17. eae6311 Create gitdeps.py script. by chrisha@chromium.org · 10 years ago
  18. 8e40689 Fix a bug in Shadow::IsRightRedzone by sebmarchand@chromium.org · 10 years ago
  19. 010b47e Integrated the ZebraBlockHeap to the BlockHeapManager. by peterssen@google.com · 10 years ago
  20. 7a98e59 Promoted NullMemoryNotifier outside unit tests. by peterssen@google.com · 10 years ago