)]}'
{
  "commit": "426b00a29b61a3ac0135373e8c5140957bd867da",
  "tree": "7d8245cd14cf4f31f2f379c67fd60a4914b34b2d",
  "parents": [
    "b3b11edda111a44c979aa5cd5363ce6064ff4092"
  ],
  "author": {
    "name": "Christopher Ferris",
    "email": "cferris@google.com",
    "time": "Thu Mar 09 13:47:37 2017 -0800"
  },
  "committer": {
    "name": "Christopher Ferris",
    "email": "cferris@google.com",
    "time": "Thu Mar 09 13:47:37 2017 -0800"
  },
  "message": "Fix the way malloc debug returns info.\n\nWhen I rewrote malloc debug, I accidentally thought that each\nvalue returned in the info buffer contained the number of backtrace\nframes in the backtrace. This was incorrect, it should have been\nthe total number of allocations with the same backtrace.\n\nThis is a temporary fix that sets that value to 1. The better fix is\nto de-dupe backtraces and then return all allocations of the same size\nwith the same backtrace.\n\nI updated the documents to describe this.\n\nBug: 31854476\n\nTest: Unit tests pass.\nChange-Id: Idf9efaa3d363923b5d7543d90dc7c65a0ed553d9\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "9d07cb3a3c73ff1f75a6db25cb3e7ad993145a45",
      "old_mode": 33188,
      "old_path": "libc/malloc_debug/README_api.md",
      "new_id": "b2c46d85c5e9bd32673daa0a01d7c478dea0b8ae",
      "new_mode": 33188,
      "new_path": "libc/malloc_debug/README_api.md"
    },
    {
      "type": "modify",
      "old_id": "18f428b776a8091bbbfa7372935e8cf85dd9628a",
      "old_mode": 33188,
      "old_path": "libc/malloc_debug/TrackData.cpp",
      "new_id": "d4064f8d770f759d2379aca01077373e2f3ac1ba",
      "new_mode": 33188,
      "new_path": "libc/malloc_debug/TrackData.cpp"
    },
    {
      "type": "modify",
      "old_id": "1b08a39dc22281773f965ea816b511b6e5fe259f",
      "old_mode": 33188,
      "old_path": "libc/malloc_debug/tests/malloc_debug_unit_tests.cpp",
      "new_id": "219c21ebb5624bbff733e3de97b9136a25bcae4b",
      "new_mode": 33188,
      "new_path": "libc/malloc_debug/tests/malloc_debug_unit_tests.cpp"
    }
  ]
}
