aboutsummaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-17 14:28:11 +0000
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-17 14:28:11 +0000
commitebd24962dfdb7a62cf97c0e3938851d56cabd10f (patch)
tree198aafec66f9677dc1e6f320f5466360f6b739df /gyp
parentff793db2efeb88c8160e5694de3ba1e434bac65d (diff)
downloadskia-ebd24962dfdb7a62cf97c0e3938851d56cabd10f.tar.gz
change SkChunkAlloc to grow its allocations geometrically (not linearly)
plus add a bench and unittest for it. git-svn-id: http://skia.googlecode.com/svn/trunk@3989 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/bench.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/bench.gypi b/gyp/bench.gypi
index 221faed9d8..0489ac655d 100644
--- a/gyp/bench.gypi
+++ b/gyp/bench.gypi
@@ -28,6 +28,7 @@
'../bench/InterpBench.cpp',
'../bench/MathBench.cpp',
'../bench/MatrixBench.cpp',
+ '../bench/MemoryBench.cpp',
'../bench/MutexBench.cpp',
'../bench/PathBench.cpp',
'../bench/PathIterBench.cpp',