Add GrMemoryPool as a helper to override operators new/delete
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 19 Jun 2012 15:40:27 +0000 (15:40 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 19 Jun 2012 15:40:27 +0000 (15:40 +0000)
commit4da34e36cb7a07c3a28ae2a135b1837c26fc7aea
tree36ba4b63893a5621fe1eb377ea7cb3f4692c42b3
parent50e4ce05521b0d95890e894691819882113aae86
Add GrMemoryPool as a helper to override operators new/delete

Review URL: http://codereview.appspot.com/6306090/

git-svn-id: http://skia.googlecode.com/svn/trunk@4282 2bbb7eff-a529-9590-31e7-b0007b416f81
bench/GrMemoryPoolBench.cpp [new file with mode: 0644]
gyp/bench.gypi
gyp/gpu.gyp
gyp/tests.gyp
include/core/SkInstCnt.h
include/gpu/GrTypes.h
src/gpu/GrMemoryPool.cpp [new file with mode: 0644]
src/gpu/GrMemoryPool.h [new file with mode: 0644]
tests/GrMemoryPoolTest.cpp [new file with mode: 0644]