HomeSort by relevance Sort by last modified time
    Searched defs:Alloc (Results 176 - 200 of 305) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 471 llvm::BumpPtrAllocator &Alloc;
480 llvm::BumpPtrAllocator& alloc,
505 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 484 llvm::BumpPtrAllocator &Alloc;
493 llvm::BumpPtrAllocator& alloc,
518 llvm::BumpPtrAllocator& getAllocator() { return Alloc; }
    [all...]
  /system/core/libmemunreachable/
Allocator.cpp 77 void* Alloc(size_t size);
171 void* Alloc();
247 void* Chunk::Alloc() {
355 void* HeapImpl::Alloc(size_t size) {
369 return free_chunks_[bucket].next()->data()->Alloc();
453 return impl_->Alloc(size);
  /art/dt_fd_forward/
dt_fd_forward.cc 518 out = reinterpret_cast<jbyte*>(transport_->Alloc(rem));
634 void* FdForwardTransport::Alloc(size_t s) {
635 return mem_.alloc(s);
644 *err = reinterpret_cast<char*>(Alloc(data.size() + 1));
705 *actual_address = reinterpret_cast<char*>(AsFdForward(env)->Alloc(strlen(address) + 1));
766 void* data = cb->alloc(sizeof(FdForwardTransport));
  /art/runtime/gc/space/
large_object_space.cc 56 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
60 LargeObjectMapSpace::Alloc(self, num_bytes + kMemoryToolRedZoneBytes * 2, bytes_allocated,
137 mirror::Object* LargeObjectMapSpace::Alloc(Thread* self, size_t num_bytes,
474 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated,
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 86 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
89 << SectionName << ": " << Alloc << " (" << Size
91 return Alloc;
99 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
102 << SectionName << ": " << Alloc << " (" << Size
104 return Alloc;
108 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
111 << SectionName << ": " << Alloc << " (" << Size
113 return Alloc;
189 for (auto &Alloc : ObjAllocs.CodeAllocs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 62 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
65 << SectionName << ": " << Alloc << " (" << Size
67 return Alloc;
75 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
78 << SectionName << ": " << Alloc << " (" << Size
80 return Alloc;
84 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
87 << SectionName << ": " << Alloc << " (" << Size
89 return Alloc;
165 for (auto &Alloc : ObjAllocs.CodeAllocs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 62 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
65 << SectionName << ": " << Alloc << " (" << Size
67 return Alloc;
75 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
78 << SectionName << ": " << Alloc << " (" << Size
80 return Alloc;
84 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
87 << SectionName << ": " << Alloc << " (" << Size
89 return Alloc;
163 for (auto &Alloc : ObjAllocs.CodeAllocs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 62 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
65 << SectionName << ": " << Alloc << " (" << Size
67 return Alloc;
75 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
78 << SectionName << ": " << Alloc << " (" << Size
80 return Alloc;
84 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
87 << SectionName << ": " << Alloc << " (" << Size
89 return Alloc;
163 for (auto &Alloc : ObjAllocs.CodeAllocs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 80 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
83 << SectionName << ": " << Alloc << " (" << Size
85 return Alloc;
93 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
96 << SectionName << ": " << Alloc << " (" << Size
98 return Alloc;
102 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
105 << SectionName << ": " << Alloc << " (" << Size
107 return Alloc;
215 class Alloc {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 80 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
83 << SectionName << ": " << Alloc << " (" << Size
85 return Alloc;
93 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
96 << SectionName << ": " << Alloc << " (" << Size
98 return Alloc;
102 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
105 << SectionName << ": " << Alloc << " (" << Size
107 return Alloc;
215 class Alloc {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 80 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
83 << SectionName << ": " << Alloc << " (" << Size
85 return Alloc;
93 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
96 << SectionName << ": " << Alloc << " (" << Size
98 return Alloc;
102 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
105 << SectionName << ": " << Alloc << " (" << Size
107 return Alloc;
215 class Alloc {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 80 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
83 << SectionName << ": " << Alloc << " (" << Size
85 return Alloc;
93 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
96 << SectionName << ": " << Alloc << " (" << Size
98 return Alloc;
102 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
105 << SectionName << ": " << Alloc << " (" << Size
107 return Alloc;
215 class Alloc {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 62 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
65 << SectionName << ": " << Alloc << " (" << Size
67 return Alloc;
75 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
78 << SectionName << ": " << Alloc << " (" << Size
80 return Alloc;
84 uint8_t *Alloc = reinterpret_cast<uint8_t *>(
87 << SectionName << ": " << Alloc << " (" << Size
89 return Alloc;
165 for (auto &Alloc : ObjAllocs.CodeAllocs)
    [all...]

Completed in 978 milliseconds

1 2 3 4 5 6 78 91011>>