HomeSort by relevance Sort by last modified time
    Searched defs:arena (Results 1 - 20 of 20) sorted by null

  /bionic/libc/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
  /external/webkit/JavaScriptCore/parser/
Parser.h 54 ParserArena& arena() { return m_arena; } function in class:JSC::Parser
  /external/webkit/WebCore/rendering/
RenderArena.cpp 52 RenderArena* arena; member in struct:WebCore::__anon6527
61 // Initialize the arena pool
80 header->arena = this;
103 // Allocate a new chunk from the arena
118 ASSERT(header->arena == this);
RenderWidget.cpp 138 // Grab the arena from node()->document()->renderArena() before clearing the node pointer.
140 RenderArena* arena = renderArena(); local
142 deref(arena);
299 void RenderWidget::deref(RenderArena *arena)
302 arenaDelete(arena, this);
RenderText.cpp 199 RenderArena* arena = renderArena(); local
203 curr->destroy(arena);
    [all...]
RenderBlockLineLayout.cpp 724 RenderArena* arena = renderArena(); local
922 RenderArena* arena = renderArena(); local
1026 RenderArena* arena = renderArena(); variable
1198 RenderArena* arena = renderArena(); local
    [all...]
RenderObject.cpp 103 RenderArena* arena = doc->renderArena(); local
110 RenderImageGeneratedContent* image = new (arena) RenderImageGeneratedContent(node);
120 return new (arena) RenderRubyAsInline(node);
122 return new (arena) RenderRubyAsBlock(node);
126 return new (arena) RenderRubyText(node);
133 return new (arena) RenderInline(node);
138 return new (arena) RenderBlock(node);
140 return new (arena) RenderListItem(node);
143 return new (arena) RenderTable(node);
147 return new (arena) RenderTableSection(node)
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
  /ndk/build/platforms/android-4/arch-arm/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
  /ndk/build/platforms/android-5/arch-arm/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
  /ndk/build/platforms/android-5/arch-x86/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
  /ndk/build/platforms/android-8/arch-arm/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
  /ndk/build/platforms/android-8/arch-x86/usr/include/
malloc.h 49 size_t arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
  /external/openssl/crypto/threads/
th-lock.c 252 static usptr_t *arena; variable
267 arena=usinit(filename);
273 lock_cs[i]=usnewsema(arena,1);
291 usfreesema(lock_cs[i],arena);
mttest.c 930 static usptr_t *arena; variable
945 arena=usinit(filename);
951 lock_cs[i]=usnewsema(arena,1);
969 usfreesema(lock_cs[i],arena);
  /bionic/libc/bionic/
dlmalloc.h 230 arena: current total non-mmapped bytes allocated from system
254 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
dlmalloc.c 649 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Exchanger.java 96 * an "arena"; basically a kind of hash table with a dynamically
187 * The capacity of the arena. Set to a value that provides more
286 private volatile Slot[] arena = new Slot[CAPACITY]; field in class:Exchanger
315 Slot slot = arena[index];
388 * arena array being declared volatile.
395 Slot[] a = arena;
517 * Sweeps through arena checking for any waiting threads. Called
532 for (int j = arena.length - 1; j >= 0; --j) {
533 Slot slot = arena[j];
  /external/libffi/src/
dlmalloc.c 618 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 662 MALLINFO_FIELD_TYPE arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
    [all...]

Completed in 698 milliseconds