Implement the memory leak annotations for heap leak checker.

leak_annotations.h provides the ANNOTATE_SCOPED_MEMORY_LEAK macro
that can be used for annotating known memory leaks in the tests.
Those will be ignored by the heap leak checker.

Patch contributed by ramosian.glider@gmail.com.
Original review at http://codereview.chromium.org/346038/show

Review URL: http://codereview.chromium.org/385049

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31721 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 5ca2744311af9962130fa27d2dd2c4ad869d7504
2 files changed
tree: 35bcc0d7fdb0526e1cc2e79ed13c37d002bf0bfb
  1. base/
  2. build/
  3. ipc/
  4. testing/