Searched refs:arena (Results 1 - 25 of 312) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
H A Dheap.py120 arena = Arena(length)
121 self._arenas.append(arena)
122 return (arena, 0, length)
130 (arena, start, stop) = block
131 del self._start_to_block[(arena, start)]
132 del self._stop_to_block[(arena, stop)]
137 (arena, start, stop) = block
140 prev_block = self._stop_to_block[(arena, start)]
147 next_block = self._start_to_block[(arena, stop)]
153 block = (arena, star
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
H A Dheap.py120 arena = Arena(length)
121 self._arenas.append(arena)
122 return (arena, 0, length)
130 (arena, start, stop) = block
131 del self._start_to_block[(arena, start)]
132 del self._stop_to_block[(arena, stop)]
137 (arena, start, stop) = block
140 prev_block = self._stop_to_block[(arena, start)]
147 next_block = self._start_to_block[(arena, stop)]
153 block = (arena, star
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dheap.py120 arena = Arena(length)
121 self._arenas.append(arena)
122 return (arena, 0, length)
130 (arena, start, stop) = block
131 del self._start_to_block[(arena, start)]
132 del self._stop_to_block[(arena, stop)]
137 (arena, start, stop) = block
140 prev_block = self._stop_to_block[(arena, start)]
147 next_block = self._start_to_block[(arena, stop)]
153 block = (arena, star
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dheap.py120 arena = Arena(length)
121 self._arenas.append(arena)
122 return (arena, 0, length)
130 (arena, start, stop) = block
131 del self._start_to_block[(arena, start)]
132 del self._stop_to_block[(arena, stop)]
137 (arena, start, stop) = block
140 prev_block = self._stop_to_block[(arena, start)]
147 next_block = self._start_to_block[(arena, stop)]
153 block = (arena, star
[all...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Dmetadata.h42 #include <google/protobuf/arena.h>
49 // This is the representation for messages that support arena allocation. It
57 // indicate an arena pointer and bit 0 == 1 to indicate a UFS+Arena-container
62 explicit InternalMetadataWithArena(Arena* arena) argument
63 : ptr_ (arena) {}
66 if (have_unknown_fields() && arena() == NULL) {
88 GOOGLE_ATTRIBUTE_ALWAYS_INLINE Arena* arena() const { function in class:google::protobuf::internal::InternalMetadataWithArena
101 // Semantics here are that we swap only the unknown fields, not the arena
103 // maintain our own arena ptr. Also, our ptr_ and other's ptr_ may be in
104 // different states (direct arena pointe
[all...]
H A Darenastring.h39 #include <google/protobuf/arena.h>
44 // This is the implementation of arena string fields written for the open-source
50 // closely with the arena allocator.
58 const ::std::string& value, ::google::protobuf::Arena* arena) {
60 CreateInstance(arena, &value);
72 ::google::protobuf::Arena* arena) {
74 CreateInstance(arena, default_value);
80 // Own()'d by any arena. If the field was not set, it returns NULL. The caller
84 ::google::protobuf::Arena* arena) {
89 if (arena !
57 Set(const ::std::string* default_value, const ::std::string& value, ::google::protobuf::Arena* arena) argument
71 Mutable(const ::std::string* default_value, ::google::protobuf::Arena* arena) argument
83 Release(const ::std::string* default_value, ::google::protobuf::Arena* arena) argument
117 SetAllocated(const ::std::string* default_value, ::std::string* value, ::google::protobuf::Arena* arena) argument
154 Destroy(const ::std::string* default_value, ::google::protobuf::Arena* arena) argument
287 CreateInstance(::google::protobuf::Arena* arena, const ::std::string* initial_value) argument
[all...]
H A Darena.h86 // ArenaOptions provides optional additional parameters to arena construction
94 // individual arena allocation request occurs with a size larger than this
99 // An initial block of memory for the arena to use, or NULL for none. If
100 // provided, the block must live at least as long as the arena itself. The
115 // from the arena. By default, it contains a ptr to a wrapper function that
121 // Init hook may return a pointer to a cookie to be stored in the arena.
123 // pointer. This allows us to save an external object per arena instance and
127 // the arena just before the reset.
128 void* (*on_arena_init)(Arena* arena);
129 void (*on_arena_reset)(Arena* arena, voi
250 CreateMessage(::google::protobuf::Arena* arena) argument
262 CreateMessage(::google::protobuf::Arena* arena, const Arg& arg) argument
275 CreateMessage(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2) argument
302 Create(::google::protobuf::Arena* arena) argument
312 Create(::google::protobuf::Arena* arena, const Arg& arg) argument
323 Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2) argument
335 Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3) argument
350 Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4) argument
365 Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5) argument
381 Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5, const Arg6& arg6) argument
397 Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5, const Arg6& arg6, const Arg7& arg7) argument
415 Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5, const Arg6& arg6, const Arg7& arg7, const Arg8& arg8) argument
436 CreateArray(::google::protobuf::Arena* arena, size_t num_elements) argument
617 CreateMaybeMessage( Arena* arena, typename Msg::InternalArenaConstructable_*) argument
623 CreateMaybeMessage(Arena* arena, ...) argument
789 CreateInArenaStorage(T* ptr, Arena* arena) argument
797 CreateInArenaStorageInternal( T* ptr, Arena* arena, google::protobuf::internal::true_type) argument
802 CreateInArenaStorageInternal( T* ptr, Arena* arena, google::protobuf::internal::false_type) argument
808 RegisterDestructorInternal( T* ptr, Arena* arena, google::protobuf::internal::true_type) argument
811 RegisterDestructorInternal( T* ptr, Arena* arena, google::protobuf::internal::false_type) argument
[all...]
H A Dmap_entry_lite.h209 MessageLite* New(Arena* arena) const {
210 MapEntryLite* entry = Arena::CreateMessage<MapEntryLite>(arena);
259 Arena* arena) {
262 arena, key, value);
267 static MapEntryLite* Wrap(const Key& key, const Value& value, Arena* arena) { argument
271 arena, key, value);
302 MapEntryWrapper(Arena* arena, const K& key, const V& value) argument
303 : MapEntryLite<K, V, k_wire_type, v_wire_type, default_enum>(arena),
336 MapEnumEntryWrapper(Arena* arena, const K& key, const V& value) argument
337 : MapEntryLite<K, V, k_wire_type, v_wire_type, default_enum>(arena),
258 EnumWrap(const Key& key, const Value value, Arena* arena) argument
361 MapEntryLite(Arena* arena) argument
[all...]
H A Dmap_type_handler.h34 #include <google/protobuf/arena.h>
82 // Use arena to create message if Type is arena constructable. Otherwise,
84 static inline Type* CreateMessage(Arena* arena);
89 static inline Type* CreateMessage(Arena* arena) { argument
90 return Arena::CreateMessage<Type>(arena);
96 static inline Type* CreateMessage(Arena* arena) { argument
97 return Arena::Create<Type>(arena);
174 static inline void Merge(const Type& from, Type** to, Arena* arena);
175 static inline void Clear(Type** value, Arena* arena);
470 Clear( Type** value, Arena* arena) argument
477 ClearMaybeByDefaultEnum(Type** value, Arena* arena, int default_enum_value) argument
483 Merge( const Type& from, Type** to, Arena* arena) argument
502 Initialize(Type** x, Arena* arena) argument
509 InitializeMaybeByDefaultEnum(Type** x, int default_enum_value, Arena* arena) argument
516 EnsureMutable(Type** value, Arena* arena) argument
[all...]
H A Dwrappers.pb.h22 #include <google/protobuf/arena.h>
78 DoubleValue* New(::google::protobuf::Arena* arena) const;
99 explicit DoubleValue(::google::protobuf::Arena* arena);
102 inline void RegisterArenaDtor(::google::protobuf::Arena* arena);
105 return _internal_metadata_.arena();
169 FloatValue* New(::google::protobuf::Arena* arena) const;
190 explicit FloatValue(::google::protobuf::Arena* arena);
193 inline void RegisterArenaDtor(::google::protobuf::Arena* arena);
196 return _internal_metadata_.arena();
260 Int64Value* New(::google::protobuf::Arena* arena) cons
[all...]
H A Dempty.pb.h22 #include <google/protobuf/arena.h>
70 Empty* New(::google::protobuf::Arena* arena) const;
91 explicit Empty(::google::protobuf::Arena* arena);
94 inline void RegisterArenaDtor(::google::protobuf::Arena* arena);
97 return _internal_metadata_.arena();
H A Dmap_field.h38 #include <google/protobuf/arena.h>
68 explicit MapFieldBase(Arena* arena) argument
69 : arena_(arena),
76 arena->OwnDestructor(&mutex_);
188 explicit TypeDefinedMapFieldBase(Arena* arena) : MapFieldBase(arena) {} argument
245 explicit MapField(Arena* arena);
250 MapField(Arena* arena, const Message* default_entry);
301 DynamicMapField(const Message* default_entry, Arena* arena);
/prebuilts/gdb/darwin-x86/include/python2.7/
H A DPython-ast.h376 mod_ty _Py_Module(asdl_seq * body, PyArena *arena);
378 mod_ty _Py_Interactive(asdl_seq * body, PyArena *arena);
380 mod_ty _Py_Expression(expr_ty body, PyArena *arena);
382 mod_ty _Py_Suite(asdl_seq * body, PyArena *arena);
386 PyArena *arena);
390 PyArena *arena);
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
395 *arena);
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
[all...]
H A Dasdl.h30 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/
H A DPython-ast.h376 mod_ty _Py_Module(asdl_seq * body, PyArena *arena);
378 mod_ty _Py_Interactive(asdl_seq * body, PyArena *arena);
380 mod_ty _Py_Expression(expr_ty body, PyArena *arena);
382 mod_ty _Py_Suite(asdl_seq * body, PyArena *arena);
386 PyArena *arena);
390 PyArena *arena);
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
395 *arena);
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
[all...]
H A Dasdl.h30 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/
H A DPython-ast.h376 mod_ty _Py_Module(asdl_seq * body, PyArena *arena);
378 mod_ty _Py_Interactive(asdl_seq * body, PyArena *arena);
380 mod_ty _Py_Expression(expr_ty body, PyArena *arena);
382 mod_ty _Py_Suite(asdl_seq * body, PyArena *arena);
386 PyArena *arena);
390 PyArena *arena);
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
395 *arena);
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
[all...]
H A Dasdl.h30 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/
H A DPython-ast.h376 mod_ty _Py_Module(asdl_seq * body, PyArena *arena);
378 mod_ty _Py_Interactive(asdl_seq * body, PyArena *arena);
380 mod_ty _Py_Expression(expr_ty body, PyArena *arena);
382 mod_ty _Py_Suite(asdl_seq * body, PyArena *arena);
386 PyArena *arena);
390 PyArena *arena);
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
395 *arena);
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
[all...]
H A Dasdl.h30 asdl_seq *asdl_seq_new(int size, PyArena *arena);
31 asdl_int_seq *asdl_int_seq_new(int size, PyArena *arena);
/prebuilts/ndk/r10/platforms/android-10/arch-arm/usr/include/
H A Dmalloc.h44 size_t arena; member in struct:mallinfo
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/
H A Dmalloc.h41 size_t arena; /* Total number of non-mmapped bytes currently allocated from OS. */ member in struct:mallinfo
/prebuilts/ndk/r10/platforms/android-10/arch-mips/usr/include/
H A Dmalloc.h44 size_t arena; member in struct:mallinfo
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/
H A Dmalloc.h41 size_t arena; /* Total number of non-mmapped bytes currently allocated from OS. */ member in struct:mallinfo
/prebuilts/ndk/r10/platforms/android-10/arch-x86/usr/include/
H A Dmalloc.h44 size_t arena; member in struct:mallinfo

Completed in 721 milliseconds

1234567891011>>