HomeSort by relevance Sort by last modified time
    Searched full:arena (Results 76 - 100 of 579) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/jemalloc/include/jemalloc/internal/
tcache.h 147 void *tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,
156 tcache_t *tcache_create(tsdn_t *tsdn, arena_t *arena);
159 void tcache_stats_merge(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena);
179 void *tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache,
181 void *tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache,
295 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size,
309 arena = arena_choose(tsd, arena);
310 if (unlikely(arena == NULL))
313 ret = tcache_alloc_small_hard(tsd_tsdn(tsd), arena, tcache
    [all...]
jemalloc_internal.h 173 * jemalloc can conceptually be broken into components (arena, tcache, etc.),
199 * a: arena
385 #include "jemalloc/internal/arena.h"
418 #include "jemalloc/internal/arena.h"
422 #include "jemalloc/internal/arena.h"
521 #include "jemalloc/internal/arena.h"
576 arena_t *arena_choose_impl(tsd_t *tsd, arena_t *arena, bool internal);
577 arena_t *arena_choose(tsd_t *tsd, arena_t *arena);
578 arena_t *arena_ichoose(tsd_t *tsd, arena_t *arena);
892 /* Choose an arena based on a per-thread value. *
    [all...]
jemalloc_internal.h.in 173 * jemalloc can conceptually be broken into components (arena, tcache, etc.),
199 * a: arena
385 #include "jemalloc/internal/arena.h"
418 #include "jemalloc/internal/arena.h"
422 #include "jemalloc/internal/arena.h"
521 #include "jemalloc/internal/arena.h"
576 arena_t *arena_choose_impl(tsd_t *tsd, arena_t *arena, bool internal);
577 arena_t *arena_choose(tsd_t *tsd, arena_t *arena);
578 arena_t *arena_ichoose(tsd_t *tsd, arena_t *arena);
892 /* Choose an arena based on a per-thread value. *
    [all...]
  /external/protobuf/src/google/protobuf/
timestamp.pb.h 22 #include <google/protobuf/arena.h>
56 inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); }
70 Timestamp* New(::google::protobuf::Arena* arena) const;
91 explicit Timestamp(::google::protobuf::Arena* arena);
94 inline void RegisterArenaDtor(::google::protobuf::Arena* arena);
96 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
97 return _internal_metadata_.arena();
    [all...]
map_field_lite.h 55 explicit MapFieldLite(Arena* arena);
88 Arena* arena_;
91 friend class ::google::protobuf::Arena;
110 default_enum_value>::MapFieldLite(Arena* arena)
111 : arena_(arena) {
112 map_ = Arena::CreateMessage<Map<Key, T> >(arena);
233 return Arena::CreateMessage<EntryType>(arena_)
    [all...]
map_entry.h 44 class Arena;
189 Message* New(Arena* arena) const {
190 MapEntry* entry = Arena::CreateMessage<MapEntry>(arena);
235 Arena* GetArena() const {
265 explicit MapEntry(Arena* arena)
266 : _internal_metadata_(arena),
268 entry_lite_(arena) {}
    [all...]
map_field.h 38 #include <google/protobuf/arena.h>
68 explicit MapFieldBase(Arena* arena)
69 : arena_(arena),
76 arena->OwnDestructor(&mutex_);
138 Arena* arena_;
188 explicit TypeDefinedMapFieldBase(Arena* arena) : MapFieldBase(arena) {}
245 explicit MapField(Arena* arena)
    [all...]
message_lite.h 47 class Arena;
92 // Construct a new instance on the arena. Ownership is passed to the caller
93 // if arena is a NULL. Default implementation for backwards compatibility.
94 virtual MessageLite* New(::google::protobuf::Arena* arena) const;
96 // Get the arena, if any, associated with this message. Virtual method
97 // required for generic operations but most arena-related operations should
100 // types do not implement arena support.
101 virtual ::google::protobuf::Arena* GetArena() const { return NULL; }
103 // Get a pointer that may be equal to this message's arena, or may not be. I
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
timestamp.pb.h 22 #include <google/protobuf/arena.h>
56 inline ::google::protobuf::Arena* GetArena() const { return GetArenaNoVirtual(); }
70 Timestamp* New(::google::protobuf::Arena* arena) const;
91 explicit Timestamp(::google::protobuf::Arena* arena);
94 inline void RegisterArenaDtor(::google::protobuf::Arena* arena);
96 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
97 return _internal_metadata_.arena();
    [all...]
map_field_lite.h 55 explicit MapFieldLite(Arena* arena);
88 Arena* arena_;
91 friend class ::google::protobuf::Arena;
110 default_enum_value>::MapFieldLite(Arena* arena)
111 : arena_(arena) {
112 map_ = Arena::CreateMessage<Map<Key, T> >(arena);
233 return Arena::CreateMessage<EntryType>(arena_)
    [all...]
map_entry.h 44 class Arena;
189 Message* New(Arena* arena) const {
190 MapEntry* entry = Arena::CreateMessage<MapEntry>(arena);
235 Arena* GetArena() const {
265 explicit MapEntry(Arena* arena)
266 : _internal_metadata_(arena),
268 entry_lite_(arena) {}
    [all...]
map_field.h 38 #include <google/protobuf/arena.h>
68 explicit MapFieldBase(Arena* arena)
69 : arena_(arena),
76 arena->OwnDestructor(&mutex_);
138 Arena* arena_;
188 explicit TypeDefinedMapFieldBase(Arena* arena) : MapFieldBase(arena) {}
245 explicit MapField(Arena* arena)
    [all...]
message_lite.h 47 class Arena;
92 // Construct a new instance on the arena. Ownership is passed to the caller
93 // if arena is a NULL. Default implementation for backwards compatibility.
94 virtual MessageLite* New(::google::protobuf::Arena* arena) const;
96 // Get the arena, if any, associated with this message. Virtual method
97 // required for generic operations but most arena-related operations should
100 // types do not implement arena support.
101 virtual ::google::protobuf::Arena* GetArena() const { return NULL; }
103 // Get a pointer that may be equal to this message's arena, or may not be. I
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
asdl.h 30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
asdl.h 30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
  /prebuilts/gdb/darwin-x86/include/python2.7/
asdl.h 30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
  /prebuilts/gdb/linux-x86/include/python2.7/
asdl.h 30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
asdl.h 30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
asdl.h 30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
  /art/compiler/jni/quick/
calling_convention.cc 50 ArenaAllocator* arena,
60 new (arena) arm::ArmManagedRuntimeCallingConvention(is_static, is_synchronized, shorty));
65 new (arena) arm64::Arm64ManagedRuntimeCallingConvention(
71 new (arena) mips::MipsManagedRuntimeCallingConvention(
77 new (arena) mips64::Mips64ManagedRuntimeCallingConvention(
83 new (arena) x86::X86ManagedRuntimeCallingConvention(is_static, is_synchronized, shorty));
88 new (arena) x86_64::X86_64ManagedRuntimeCallingConvention(
149 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* arena,
160 new (arena) arm::ArmJniCallingConvention(is_static,
168 new (arena) arm64::Arm64JniCallingConvention(is_static
    [all...]
  /external/valgrind/memcheck/tests/
mallinfo.c 21 printf("arena = %d\n", mi.arena); /* non-mmapped space allocated from system */
64 // arena should be reasonably close to fordblks + uordblks
65 if (mi.arena < mi.fordblks + mi.uordblks)
68 if (mi.arena/5*4 > mi.fordblks + mi.uordblks)
  /external/valgrind/coregrind/
pub_core_mallocfree.h 51 When adding a new arena, remember also to add it to ensure_mm_init().
94 int arena; /* total space allocated from system */ member in struct:vg_mallinfo
106 extern void* VG_(arena_malloc) ( ArenaId arena, const HChar* cc, SizeT nbytes );
107 extern void VG_(arena_free) ( ArenaId arena, void* ptr );
108 extern void* VG_(arena_calloc) ( ArenaId arena, const HChar* cc,
110 extern void* VG_(arena_realloc) ( ArenaId arena, const HChar* cc,
150 const HChar* name; // arena name, !NULL if Addr a points in an arena.
153 Bool free; // True if this is in the arena free zone.
m_mallocfree.c 69 // Each arena has a sorted array of superblocks, which expands
79 red zone bytes (depends on Arena.rz_szB, but >= sizeof(void*))
81 red zone bytes (depends on Arena.rz_szB, but >= sizeof(void*))
89 excess red zone bytes (if Arena.rz_szB > sizeof(void*))
91 excess red zone bytes (if Arena.rz_szB > sizeof(void*))
173 // of the same arena can be reclaimed or till a new superblock is needed
174 // in any arena.
190 // An arena. 'freelist' is a circular, doubly-linked list. 'rz_szB' is
210 // superblocks in the arena. If this array is expanded, which
246 Arena;
547 ArenaId arena = a -vg_arena; local
836 Arena* arena = arenaId_to_ArenaP(aid); local
1506 Arena *arena; local
    [all...]
  /art/compiler/jni/
jni_cfi_test.cc 64 ArenaAllocator arena(&pool);
67 JniCallingConvention::Create(&arena,
74 ManagedRuntimeCallingConvention::Create(&arena, is_static, is_synchronized, shorty, isa));
80 JNIMacroAssembler<kPointerSize>::Create(&arena, isa));
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h 47 ArenaSegment = 0xD, // Use for Arena UAV per pointer 12-1023.
54 // uav(Arena on HD5XXX/HD6XXX and Raw on HD4XXX).
60 ArenaVectors = 0x17, // Flag to specify if vector loads from arena work.
65 ArenaUAV = 0x1C, // Flag to specify that arena uav is supported.

Completed in 931 milliseconds

1 2 34 5 6 7 8 91011>>