HomeSort by relevance Sort by last modified time
    Searched refs:Allocator (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/WebCore/platform/graphics/android/
BitmapAllocatorAndroid.h 36 /** Returns a custom allocator that takes advantage of ashmem and global
41 class BitmapAllocatorAndroid : public SkBitmap::Allocator {
  /external/v8/src/
hashmap.h 35 // Allocator defines the memory allocator interface
36 // used by HashMap and implements a default allocator.
37 class Allocator BASE_EMBEDDED {
39 virtual ~Allocator() {}
47 static Allocator DefaultAllocator;
58 Allocator* allocator = &DefaultAllocator,
105 Allocator* allocator_;
scopeinfo.cc 51 template<class Allocator>
52 ScopeInfo<Allocator>::ScopeInfo(Scope* scope)
77 List<Variable*, Allocator> locals(32); // 32 is a wild guess
82 List<Variable*, Allocator> heap_locals(locals.length());
213 template <class Allocator>
214 static Object** ReadList(Object** p, List<Handle<String>, Allocator >* list) {
227 template <class Allocator>
229 List<Handle<String>, Allocator>* list,
230 List<Variable::Mode, Allocator>* modes) {
246 template<class Allocator>
    [all...]
scopeinfo.h 49 // template <class Allocator = FreeStoreAllocationPolicy> class ScopeInfo;
50 template<class Allocator>
148 List<Handle<String>, Allocator > parameters_;
149 List<Handle<String>, Allocator > stack_slots_;
150 List<Handle<String>, Allocator > context_slots_;
151 List<Variable::Mode, Allocator > context_modes_;
hashmap.cc 35 Allocator HashMap::DefaultAllocator;
45 Allocator* allocator,
47 allocator_ = allocator;
scopes.h 251 template<class Allocator>
252 void CollectUsedVariables(List<Variable*, Allocator>* locals);
globals.h 260 template<class Allocator = FreeStoreAllocationPolicy> class ScopeInfo;
scopes.cc 38 // A Zone allocator for use with LocalsMap.
40 class ZoneAllocator: public Allocator {
304 template<class Allocator>
305 void Scope::CollectUsedVariables(List<Variable*, Allocator>* locals) {
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
pmemalloc.h 45 * A PMEM allocator that allocates the entire pmem memory from the kernel and
46 * then uses a user-space allocator to suballocate from that. This requires
56 class Allocator {
58 virtual ~Allocator();
83 PmemUserspaceAllocator(Deps& deps, Deps::Allocator& allocator, const char* pmemdev);
110 Deps::Allocator& allocator; member in class:PmemUserspaceAllocator
120 * A PMEM allocator that allocates each individual allocation from the kernel
121 * (using the kernel's allocator). This requires the kernel driver for th
    [all...]
pmemalloc.cpp 57 PmemUserspaceAllocator::PmemUserspaceAllocator(Deps& deps, Deps::Allocator& allocator, const char* pmemdev):
59 allocator(allocator),
96 allocator.setSize(size);
152 int offset = allocator.allocate(size);
179 allocator.deallocate(offset);
208 allocator.deallocate(offset);
215 PmemUserspaceAllocator::Deps::Allocator::~Allocator()
    [all...]
allocator.h 95 class SimpleBestFitAllocator : public PmemUserspaceAllocator::Deps::Allocator
  /external/stlport/stlport/
functional 123 template<typename Signature, typename Allocator >
125 template<typename Signature, typename Allocator>
126 void swap(function<Signature, Allocator>& f1, function<Signature, Allocator>& f2);
  /ndk/sources/android/stlport/stlport/
functional 123 template<typename Signature, typename Allocator >
125 template<typename Signature, typename Allocator>
126 void swap(function<Signature, Allocator>& f1, function<Signature, Allocator>& f2);
  /external/chromium/base/
stack_container.h 13 // This allocator can be used with STL containers to provide a stack buffer
18 // STL likes to make copies of allocators, so the allocator itself can't hold
20 // StackAllocator::Source which contains the data. Copying the allocator
22 // based on our allocator will share the same stack buffer.
32 class StackAllocator : public std::allocator<T> {
34 typedef typename std::allocator<T>::pointer pointer;
35 typedef typename std::allocator<T>::size_type size_type;
37 // Backing store for the allocator. The container owner is responsible for
38 // maintaining this for as long as any containers using this allocator are
67 // Used by containers when they want to refer to an allocator of type U
    [all...]
  /external/skia/include/images/
SkImageDecoder.h 138 SkBitmap::Allocator* getAllocator() const { return fAllocator; }
139 SkBitmap::Allocator* setAllocator(SkBitmap::Allocator*);
192 note: document use of Allocator, Peeker and Chooser
361 for an optional Allocator.
385 SkBitmap::Allocator* fAllocator;
  /external/chromium/base/allocator/
allocator_shim.cc 31 TCMALLOC, // TCMalloc is the default allocator.
35 } Allocator;
37 // This is the default allocator.
38 static Allocator allocator = TCMALLOC; variable
100 switch (allocator) {
128 switch (allocator) {
152 switch (allocator) {
184 switch (allocator) {
201 switch (allocator) {
    [all...]
  /external/skia/include/core/
SkBitmap.h 42 class Allocator;
209 /** Use the specified Allocator to create the pixelref that manages the
217 @param allocator The Allocator to use to create a pixelref that can
219 width/height/config. If allocator is NULL, the standard
228 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
376 @param allocator Allocator used to allocate the pixelref for the dst
381 bool copyTo(SkBitmap* dst, Config c, Allocator* allocator = NULL) const
    [all...]
  /external/skia/src/images/
SkImageDecoder.cpp 79 SkBitmap::Allocator* SkImageDecoder::setAllocator(SkBitmap::Allocator* alloc) {
  /external/skia/src/ports/
SkImageRef_ashmem.cpp 58 class AshmemAllocator : public SkBitmap::Allocator {
131 // remove the allocator, since its on the stack
182 // no FD, will create an ashmem region in allocator
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 73 class JavaPixelAllocator : public SkBitmap::Allocator {
  /external/bluetooth/glib/glib/
gslice.c 1 /* GLIB sliced memory - fast concurrent memory chunk allocator
48 /* the GSlice allocator is split up into 4 layers, roughly modelled after the slab
49 * allocator and magazine extensions as outlined in:
50 * + [Bonwick94] Jeff Bonwick, The slab allocator: An object-caching kernel
51 * memory allocator. USENIX 1994, http://citeseer.ist.psu.edu/bonwick94slab.html
53 * slab allocator to many cpu's and arbitrary resources.
68 * - the slab allocator. this allocator allocates slabs (blocks of memory) close
77 * - the page allocator. on most modern systems, posix_memalign(3) or
83 * allocator with alloc-only behaviour is used
199 static Allocator allocator[1] = { { 0, }, }; variable
    [all...]
  /frameworks/base/libs/ui/
InputDispatcher.cpp     [all...]
  /frameworks/base/include/ui/
InputDispatcher.h 651 class Allocator {
653 Allocator();
741 void synthesizeCancelationEvents(nsecs_t currentTime, Allocator* allocator,
833 Allocator mAllocator;
    [all...]
  /external/kernel-headers/original/linux/
mmzone.h 19 /* Free memory management - zoned buddy allocator. */
54 NR_SLAB, /* Pages used by slab allocator */
103 * allocator in the gfp_mask, in the zone modifier bits. These bits
140 /* Fields commonly accessed by the page allocator */
254 * allocator path. But, it is written quite infrequently.
521 #error Allocator MAX_ORDER exceeds SECTION_SIZE
  /hardware/msm7k/libgralloc-qsd8k/tests/
pmemalloc_test.cpp 70 class AllocatorStub : public PmemUserspaceAllocator::Deps::Allocator {

Completed in 449 milliseconds

1 2