/external/valgrind/helgrind/ |
hg_errors.c | 340 HChar* fnname; /* persistent, in tool-arena */ 342 HChar* errstr; /* persistent, in tool-arena */ 362 HChar* errstr; /* persistent, in tool-arena */ 363 HChar* auxstr; /* optional, persistent, in tool-arena */ [all...] |
/art/compiler/utils/x86/ |
assembler_x86_test.cc | 27 ArenaAllocator arena(&pool); 28 AssemblerBuffer buffer(&arena);
|
/art/runtime/verifier/ |
method_verifier.h | 66 explicit PcToRegisterLineTable(ScopedArenaAllocator& arena); 693 // Arena allocator. [all...] |
reg_type.h | 268 static void* operator new(size_t size, ArenaAllocator* arena) = delete; 269 static void* operator new(size_t size, ScopedArenaAllocator* arena); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
parsermodule.c | 446 PyArena* arena;
local 461 arena = PyArena_New();
462 if (arena) {
463 mod = PyAST_FromNode(self->st_node, &(self->st_flags), str, arena);
465 res = (PyObject *)PyAST_Compile(mod, str, &(self->st_flags), arena);
467 PyArena_Free(arena);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
parsermodule.c | 407 PyArena* arena;
local 422 arena = PyArena_New();
423 if (arena) {
424 mod = PyAST_FromNode(self->st_node, &(self->st_flags), str, arena);
426 res = (PyObject *)PyAST_Compile(mod, str, &(self->st_flags), arena);
428 PyArena_Free(arena);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
bltinmodule.c | 518 PyArena *arena;
local 521 arena = PyArena_New();
522 mod = PyAST_obj2mod(cmd, arena, mode);
524 PyArena_Free(arena);
528 &cf, arena);
529 PyArena_Free(arena);
[all...] |
import.c | 823 PyArena *arena = PyArena_New();
local 824 if (arena == NULL)
830 NULL, arena);
832 co = PyAST_Compile(mod, pathname, NULL, arena);
834 PyArena_Free(arena);
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_multiprocessing.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_multiprocessing.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
import.c | 823 PyArena *arena = PyArena_New();
local 824 if (arena == NULL)
830 NULL, arena);
832 co = PyAST_Compile(mod, pathname, NULL, arena);
834 PyArena_Free(arena);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
import.c | 855 PyArena *arena = PyArena_New();
local 856 if (arena == NULL)
862 NULL, arena);
864 co = PyAST_Compile(mod, pathname, NULL, arena);
866 PyArena_Free(arena);
[all...] |
/art/compiler/optimizing/ |
stack_map_stream.cc | 319 // because we do not use the arena allocator there.
|
/external/e2fsprogs/e2fsck/ |
util.c | 430 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
|
/external/jemalloc/ |
Makefile.in | 86 $(srcroot)src/arena.c \
|
/external/protobuf/ |
BUILD | 74 "src/google/protobuf/arena.cc",
|
/external/protobuf/python/google/protobuf/pyext/ |
repeated_composite_container.cc | 346 // Since Python protobuf objects are never arena-allocated, adding and
|
/external/protobuf/src/google/protobuf/ |
extension_set_heavy.cc | 223 ::google::protobuf::Arena::CreateMessage<RepeatedPtrField<MessageLite> >(arena_);
|
/external/protobuf/util/ |
BUILD | 74 "src/google/protobuf/arena.cc",
|
/external/regex-re2/re2/ |
onepass.cc | 56 #include "util/arena.h"
|
/external/valgrind/coregrind/ |
pub_core_options.h | 201 // arena given by the tool.
|
/frameworks/wilhelm/tests/sandbox/ |
reverb.c | 51 _(ARENA)
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf64-sparc.c | 955 /* The 64-bit static TLS arena size is rounded to the nearest 16-byte
|