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

1 2 3 4 5 6 78 91011

  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 5 #include "../../../C/Alloc.h"
132 bool CCachedInStream::Alloc(unsigned blockSizeLog, unsigned numBlocksLog)
  /external/skia/src/gpu/
SkGrFontScaler.cpp 40 fDesc = SkDescriptor::Alloc(size);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 122 moper.Alloc = cmnMemAlloc;
  /art/runtime/
class_linker_test.cc     [all...]
  /external/chromium_org/third_party/lzma_sdk/
lzma_sdk.target.darwin-arm.mk 33 third_party/lzma_sdk/Alloc.c \
lzma_sdk.target.darwin-mips.mk 33 third_party/lzma_sdk/Alloc.c \
lzma_sdk.target.darwin-x86.mk 33 third_party/lzma_sdk/Alloc.c \
lzma_sdk.target.linux-arm.mk 33 third_party/lzma_sdk/Alloc.c \
lzma_sdk.target.linux-mips.mk 33 third_party/lzma_sdk/Alloc.c \
lzma_sdk.target.linux-x86.mk 33 third_party/lzma_sdk/Alloc.c \
  /external/clang/test/CodeGenCXX/
mangle.cpp 300 template<typename T, typename = Policy<P, true> > class Alloc
306 template class Alloc<char>;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 784 template<class Alloc>
785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) {
788 typename Alloc::pointer ptrs[kSize];
790 typename Alloc::pointer p = allocator.allocate(i*3+1);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 784 template<class Alloc>
785 static void DirectTestSTLAlloc(Alloc allocator, const char* name) {
788 typename Alloc::pointer ptrs[kSize];
790 typename Alloc::pointer p = allocator.allocate(i*3+1);
    [all...]
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 390 return MemoryHook::Alloc(size);
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 149 $O\Alloc.obj \
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 62 mMemOperator->Alloc = cmnMemAlloc;
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 73 llvm::BumpPtrAllocator &alloc,
75 : Eng(SubEng), EnvMgr(alloc), GDMFactory(alloc),
76 svalBuilder(createSimpleSValBuilder(alloc, Ctx, *this)),
77 CallEventMgr(new CallEventManager(alloc)), Alloc(alloc) {
417 newState = (ProgramState*) Alloc.Allocate<ProgramState>();
498 p.first = CreateContext(Alloc);
  /external/llvm/lib/IR/
ConstantsContext.h 397 template<typename T, typename Alloc>
398 struct ConstantTraits< std::vector<T, Alloc> > {
399 static unsigned uses(const std::vector<T, Alloc>& v) {
  /art/compiler/dex/quick/
codegen_util.cc 324 LIR* new_value = static_cast<LIR*>(arena_->Alloc(sizeof(LIR), ArenaAllocator::kAllocData));
798 LIR* new_label = static_cast<LIR*>(arena_->Alloc(sizeof(LIR), ArenaAllocator::kAllocLIR));
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 104 fRunHead = RunHead::Alloc(count, ySpanCount, intervalCount);
108 fRunHead = RunHead::Alloc(count);
112 fRunHead = RunHead::Alloc(head.fRunCount,
    [all...]
SkRegion_path.cpp 332 tmp.fRunHead = RunHead::Alloc(count);
  /external/skia/src/core/
SkRegion.cpp 104 fRunHead = RunHead::Alloc(count, ySpanCount, intervalCount);
108 fRunHead = RunHead::Alloc(count);
112 fRunHead = RunHead::Alloc(head.fRunCount,
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 73 return mirror::Array::Alloc(self, klass, component_count);
entrypoint_utils.h 107 return mirror::Array::Alloc(self, klass, component_count);

Completed in 698 milliseconds

1 2 3 4 5 6 78 91011