/art/compiler/utils/arm/ |
jni_macro_assembler_arm.h | 38 ArmJNIMacroAssembler(ArenaAllocator* arena, InstructionSet isa);
|
/art/compiler/utils/ |
swap_space.h | 33 // An arena pool that creates arenas backed by an mmaped file.
|
/art/runtime/verifier/ |
reg_type_cache.cc | 265 RegTypeCache::RegTypeCache(bool can_load_classes, ScopedArenaAllocator& arena) 266 : entries_(arena.Adapter(kArenaAllocVerifier)), 267 klass_entries_(arena.Adapter(kArenaAllocVerifier)), 269 arena_(arena) {
|
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/ |
param.h | 130 * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
param.h | 127 * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized
|
/external/jemalloc/test/integration/ |
mallocx.c | 62 assert_d_eq(mallctl("arena.0.purge", NULL, NULL, NULL, 0), 0,
|
/external/jemalloc/test/unit/ |
pack.c | 126 assert_d_eq(mallctlnametomib("arena.0.reset", mib, &miblen), 0,
|
/external/protobuf/src/google/protobuf/ |
any.pb.cc | 190 Any* Any::New(::google::protobuf::Arena* arena) const { 192 if (arena != NULL) { 193 arena->Own(n);
|
generated_message_reflection.h | 404 // This value for arena_offset_ indicates that there is no arena pointer in 410 // Zero-Overhead Arena Pointer trick. When this is the case, arena_offset_ 412 // either an arena pointer or an UnknownFieldSet or both. It is never the case 480 inline Arena* GetArena(Message* message) const;
|
proto3_lite_unittest.cc | 41 #include <google/protobuf/arena.h>
|
type.pb.cc | 353 Type* Type::New(::google::protobuf::Arena* arena) const { 355 if (arena != NULL) { 356 arena->Own(n); [all...] |
descriptor.pb.cc | [all...] |
/external/valgrind/memcheck/tests/ |
big_blocks_freed_list.stderr.exp | 22 Address 0x........ is 2,000 bytes inside an unallocated block of size 1,000,016 in arena "client"
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
malloc.h | 95 int arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
malloc.h | 104 int arena; /* non-mmapped space allocated from system */ member in struct:mallinfo
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
generated_message_reflection.h | 404 // This value for arena_offset_ indicates that there is no arena pointer in 410 // Zero-Overhead Arena Pointer trick. When this is the case, arena_offset_ 412 // either an arena pointer or an UnknownFieldSet or both. It is never the case 480 inline Arena* GetArena(Message* message) const;
|
/art/compiler/utils/x86_64/ |
assembler_x86_64.h | 276 explicit ConstantArea(ArenaAllocator* arena) : buffer_(arena->Adapter(kArenaAllocAssembler)) {} 338 explicit X86_64Assembler(ArenaAllocator* arena) : Assembler(arena), constant_area_(arena) {}
|
/prebuilts/go/darwin-x86/src/runtime/ |
mheap.go | 214 // finishsweep_m moves the previous arena to the free arena, 215 // the current arena to the previous arena, and 216 // the next arena to the current arena. 217 // The next arena is populated as the spans request [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
mheap.go | 214 // finishsweep_m moves the previous arena to the free arena, 215 // the current arena to the previous arena, and 216 // the next arena to the current arena. 217 // The next arena is populated as the spans request [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.h | 86 class Arena; 476 * It could either be an arena allocator (which doesn't require individual 478 * free memory unless it knows that the allocator is an arena allocator. */ 539 /* upb::Arena *****************************************************************/ 541 /* upb::Arena is a specific allocator implementation that uses arena allocation. 543 * arena blocks. Arenas by nature do not require the individual allocations 544 * to be freed. However the Arena does allow users to register cleanup 545 * functions that will run when the arena is destroyed. 547 * A upb::Arena is *not* thread-safe 704 Arena* arena() { return upb_env_arena(this); } function in class:upb::Environment [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
ast.c | 22 PyArena *c_arena; /* arena for allocating memeory */
51 new_identifier(const char* n, PyArena *arena) {
54 PyArena_AddPyObject(arena, id);
217 PyArena *arena)
238 c.c_arena = arena;
244 stmts = asdl_seq_new(num_stmts(n), arena);
270 return Module(stmts, arena);
278 return Expression(testlist_ast, arena);
282 stmts = asdl_seq_new(1, arena);
286 arena));
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
ast.c | 22 PyArena *c_arena; /* arena for allocating memeory */
51 new_identifier(const char* n, PyArena *arena) {
54 PyArena_AddPyObject(arena, id);
217 PyArena *arena)
238 c.c_arena = arena;
244 stmts = asdl_seq_new(num_stmts(n), arena);
270 return Module(stmts, arena);
278 return Expression(testlist_ast, arena);
282 stmts = asdl_seq_new(1, arena);
286 arena));
[all...] |
/external/jemalloc/ |
Android.bp | 46 // Default to a single arena for svelte configurations to minimize 101 "src/arena.c",
|
/external/jemalloc/msvc/projects/vc2015/jemalloc/ |
jemalloc.vcxproj.filters | 47 <ClInclude Include="..\..\..\..\include\jemalloc\internal\arena.h"> 187 <ClCompile Include="..\..\..\..\src\arena.c">
|
/external/protobuf/cmake/ |
extract_includes.bat.in | 19 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\arena.h include\google\protobuf\arena.h
|