summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/codeflinger/CodeCache.h
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2012-08-17 17:08:48 -0700
committerIan Rogers <irogers@google.com>2012-08-20 15:30:35 -0700
commit2d13791ce7ff61221ca047553891f31a23b2e943 (patch)
tree547ff33e1b1f70bb040293dd490d2337e1bd84ec /libpixelflinger/codeflinger/CodeCache.h
parent0874aa0ec4f413a77a610133c904c2590a2e3ccd (diff)
downloadsystem_core-2d13791ce7ff61221ca047553891f31a23b2e943.zip
system_core-2d13791ce7ff61221ca047553891f31a23b2e943.tar.gz
system_core-2d13791ce7ff61221ca047553891f31a23b2e943.tar.bz2
Upgrade to dlmalloc 2.8.5.
Remove mspace functionality from cutils. Directly declare mspace from dlmalloc in code flinger's code cache, and manage without using morecore. Depends upon: https://android-review.googlesource.com/41717 Change-Id: If927254febd4414212c690f16509ef2ee1b44b44
Diffstat (limited to 'libpixelflinger/codeflinger/CodeCache.h')
-rw-r--r--libpixelflinger/codeflinger/CodeCache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libpixelflinger/codeflinger/CodeCache.h b/libpixelflinger/codeflinger/CodeCache.h
index aaafd26..54fd69b 100644
--- a/libpixelflinger/codeflinger/CodeCache.h
+++ b/libpixelflinger/codeflinger/CodeCache.h
@@ -22,7 +22,6 @@
#include <stdint.h>
#include <pthread.h>
#include <sys/types.h>
-#include <cutils/mspace.h>
#include "tinyutils/KeyedVector.h"
#include "tinyutils/smartpointer.h"
@@ -68,9 +67,6 @@ public:
typedef void weakref_type;
private:
- static mspace getMspace();
- void ensureMbaseExecutable();
-
mutable int32_t mCount;
uint32_t* mBase;
size_t mSize;