Home
last modified time | relevance | path

Searched defs:Arena (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dallocator.rs337 fn next_arena(&mut self) -> Result<Arc<Arena>, AllocationCreationError> { in next_arena()
378 pub(super) struct Arena { struct
384 impl Arena { impl
390 impl Drop for Arena { implementation
397 impl PartialEq for Arena { implementation
403 impl Eq for Arena {} implementation
405 impl Hash for Arena { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Darena.rs31 pub(crate) struct Arena { struct
37 impl Arena { argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Darena.rs31 pub(crate) struct Arena { struct
37 impl Arena { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Darena.rs31 pub(crate) struct Arena { struct
37 impl Arena { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Darena.rs31 pub(crate) struct Arena { struct
37 impl Arena { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/bridge/
H A Darena.rs31 pub(crate) struct Arena { struct
37 impl Arena { implementation
/aosp_15_r20/external/crosvm/ext2/src/
H A Darena.rs185 pub struct Arena<'a> { struct
196 impl<'a> Arena<'a> { argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc201 struct LowLevelAlloc::Arena { struct in absl::base_internal::LowLevelAlloc
205 base_internal::SpinLock mu;
211 const uint32_t flags;
213 const size_t pagesize;
215 const size_t round_up;
217 const size_t min_size;
350 LowLevelAlloc::Arena::Arena(uint32_t flags_value) in Arena() function in absl::base_internal::LowLevelAlloc::Arena
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/
H A Dlow_level_alloc.cc201 struct LowLevelAlloc::Arena { struct in absl::base_internal::LowLevelAlloc
205 base_internal::SpinLock mu;
211 const uint32_t flags;
213 const size_t pagesize;
215 const size_t round_up;
217 const size_t min_size;
350 LowLevelAlloc::Arena::Arena(uint32_t flags_value) in Arena() function in absl::base_internal::LowLevelAlloc::Arena
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A Dlow_level_alloc.cc201 struct LowLevelAlloc::Arena { struct in absl::base_internal::LowLevelAlloc
205 base_internal::SpinLock mu;
211 const uint32_t flags;
213 const size_t pagesize;
215 const size_t round_up;
217 const size_t min_size;
350 LowLevelAlloc::Arena::Arena(uint32_t flags_value) in Arena() function in absl::base_internal::LowLevelAlloc::Arena
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc201 struct LowLevelAlloc::Arena { struct in absl::base_internal::LowLevelAlloc
205 base_internal::SpinLock mu;
211 const uint32_t flags;
213 const size_t pagesize;
215 const size_t round_up;
217 const size_t min_size;
350 LowLevelAlloc::Arena::Arena(uint32_t flags_value) in Arena() function in absl::base_internal::LowLevelAlloc::Arena
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc201 struct LowLevelAlloc::Arena { struct in absl::base_internal::LowLevelAlloc
205 base_internal::SpinLock mu;
211 const uint32_t flags;
213 const size_t pagesize;
215 const size_t round_up;
217 const size_t min_size;
350 LowLevelAlloc::Arena::Arena(uint32_t flags_value) in Arena() function in absl::base_internal::LowLevelAlloc::Arena
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc201 struct LowLevelAlloc::Arena { struct in absl::base_internal::LowLevelAlloc
205 base_internal::SpinLock mu;
211 const uint32_t flags;
213 const size_t pagesize;
215 const size_t round_up;
217 const size_t min_size;
350 LowLevelAlloc::Arena::Arena(uint32_t flags_value) in Arena() function in absl::base_internal::LowLevelAlloc::Arena
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc201 struct LowLevelAlloc::Arena { struct in absl::base_internal::LowLevelAlloc
205 base_internal::SpinLock mu;
211 const uint32_t flags;
213 const size_t pagesize;
215 const size_t round_up;
217 const size_t min_size;
350 LowLevelAlloc::Arena::Arena(uint32_t flags_value) in Arena() function in absl::base_internal::LowLevelAlloc::Arena
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Darena.c39 typedef struct Arena { struct
41 upb_Arena* arena; argument
42 } Arena; argument
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Darena.c39 typedef struct Arena { struct
41 upb_Arena* arena; argument
42 } Arena; typedef
/aosp_15_r20/prebuilts/go/linux-x86/src/arena/
Darena.go44 type Arena struct { struct
45 a unsafe.Pointer
57 func (a *Arena) Free() {
88 func reflect_arena_New(a *Arena, typ any) any {
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/mem/
H A Darena.hpp19 class Arena { class
22 Arena() : ptr_(upb_Arena_New(), upb_Arena_Free) {} in Arena() function in upb::Arena
23 Arena(char* initial_block, size_t size) in Arena() function in upb::Arena
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/
Dupb.hpp70 class Arena { class
73 Arena() : ptr_(upb_Arena_New(), upb_Arena_Free) {} in Arena() function in upb::Arena
74 Arena(char* initial_block, size_t size) in Arena() function in upb::Arena
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp321 static NamedIdentifierNode *synthesizeNamedIdentifier(ArenaAllocator &Arena, in synthesizeNamedIdentifier()
328 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName()
338 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName()
344 static VariableSymbolNode *synthesizeVariable(ArenaAllocator &Arena, in synthesizeVariable()
354 ArenaAllocator &Arena, StringView &MangledName, StringView VariableName) { in demangleUntypedVariable()
367 Demangler::demangleRttiBaseClassDescriptorNode(ArenaAllocator &Arena, in demangleRttiBaseClassDescriptorNode()
1546 static NodeArrayNode *nodeListToNodeArray(ArenaAllocator &Arena, NodeList *Head, in nodeListToNodeArray()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp319 static NamedIdentifierNode *synthesizeNamedIdentifier(ArenaAllocator &Arena, in synthesizeNamedIdentifier()
326 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName()
336 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName()
342 static VariableSymbolNode *synthesizeVariable(ArenaAllocator &Arena, in synthesizeVariable()
352 ArenaAllocator &Arena, StringView &MangledName, StringView VariableName) { in demangleUntypedVariable()
365 Demangler::demangleRttiBaseClassDescriptorNode(ArenaAllocator &Arena, in demangleRttiBaseClassDescriptorNode()
1558 static NodeArrayNode *nodeListToNodeArray(ArenaAllocator &Arena, NodeList *Head, in nodeListToNodeArray()
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Darena.go14 func ArenaNew(a *arena.Arena, typ Type) Value {
18 func arena_New(a *arena.Arena, typ any) any
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dheap.py57 class Arena(object): class
79 class Arena(object): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dheap.py31 class Arena(object): class
67 class Arena(object): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dheap.py31 class Arena(object): class
67 class Arena(object): class

1234