/external/chromium_org/third_party/sqlite/src/test/ |
D | mallocH.test | 20 # Malloc failures in journaling of in-memory databases. 33 # Malloc failures while parsing a CASE expression. 39 # Malloc failures while parsing a EXISTS(SELECT ...) 45 # Malloc failures within the replace() function. 51 # Malloc failures during EXPLAIN. 62 # Malloc failure during integrity_check pragma.
|
D | mallocI.test | 20 # Malloc failures in a view. 29 # Malloc failure while trying to service a pragma on a TEMP database. 35 # Malloc failure while creating a table from a SELECT statement.
|
D | mallocG.test | 28 # Malloc failures while opening a database connection.
|
D | mallocC.test | 35 # Run the SQL. Malloc number $::n is set to fail. A malloc() failure
|
D | loadext.test | 261 # Malloc failure in sqlite3_auto_extension and sqlite3_load_extension
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
D | SDL_atarimxalloc.c | 50 return (void *) Malloc(size); in Atari_SysMalloc()
|
/external/clang/test/Analysis/ |
D | NewDelete-intersections.mm | 11 // Check for intersections with unix.Malloc and unix.MallocWithAnnotations 15 //----- malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
|
D | exceptions.mm | 1 …xceptions -fobjc-exceptions -fcxx-exceptions -analyzer-checker=core,unix.Malloc,debug.ExprInspecti…
|
D | malloc.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -Wno-…
|
D | objc-boxing.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,osx.cocoa.NonNilReturnValue,debug.Ex…
|
D | MismatchedDeallocator-checker-test.mm | 119 // Check for intersection with unix.Malloc bounded with 161 // malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
|
D | uninit-vals.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -verify %s
|
D | malloc.mm | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -fblo…
|
/external/chromium_org/base/allocator/ |
D | README | 56 "tcmalloc" - TC Malloc (default) 57 "jemalloc" - JE Malloc
|
D | allocator_unittest.cc | 365 TEST(Allocators, Malloc) { in TEST() argument
|
/external/lldb/source/Expression/ |
D | IRInterpreter.cpp | 287 lldb::addr_t data_address = Malloc(value->getType()); in MakeArgument() 335 lldb::addr_t Malloc (size_t size, uint8_t byte_alignment) in Malloc() function in InterpreterStackFrame 351 return Malloc(m_target_data.getPointerSize(), m_target_data.getPointerPrefAlignment()); in MallocPointer() 354 lldb::addr_t Malloc (llvm::Type *type) in Malloc() function in InterpreterStackFrame 358 … return Malloc(m_target_data.getTypeAllocSize(type), m_target_data.getPrefTypeAlignment(type)); in Malloc() 396 lldb::addr_t data_address = Malloc(value->getType()); in ResolveValue() 759 lldb::addr_t R = frame.Malloc(T); in Interpret() 770 lldb::addr_t P = frame.Malloc(Tptr); in Interpret()
|
D | IRExecutionUnit.cpp | 50 lldb::addr_t allocation_process_addr = Malloc (size, in WriteNow() 630 record.m_process_address = Malloc(record.m_size, in CommitAllocations()
|
D | ClangUserExpression.cpp | 671 … m_materialized_address = m_execution_unit_ap->Malloc(m_materializer_ap->GetStructByteSize(), in PrepareToExecuteJITExpression() 692 m_stack_frame_bottom = m_execution_unit_ap->Malloc(stack_frame_size, in PrepareToExecuteJITExpression()
|
D | Materializer.cpp | 85 lldb::addr_t mem = map.Malloc(m_persistent_variable_sp->GetByteSize(), in MakeAllocation() 511 …m_temporary_allocation = map.Malloc(data.GetByteSize(), byte_align, lldb::ePermissionsReadable | l… in Materialize() 747 …m_temporary_allocation = map.Malloc(byte_size, byte_align, lldb::ePermissionsReadable | lldb::ePer… in Materialize()
|
D | IRMemoryMap.cpp | 235 IRMemoryMap::Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy,… in Malloc() function in IRMemoryMap
|
/external/lldb/include/lldb/Expression/ |
D | IRMemoryMap.h | 52 …lldb::addr_t Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy…
|
/external/chromium_org/base/process/ |
D | memory_unittest.cc | 226 TEST_F(OutOfMemoryDeathTest, Malloc) { in TEST_F() argument
|
/external/bison/tests/ |
D | torture.at | 509 ## Exploding the Stack Size with Malloc. ## 512 AT_SETUP([Exploding the Stack Size with Malloc])
|
/external/valgrind/main/docs/internals/ |
D | BIG_APP_NOTES.txt | 53 nsRecyclingAllocator::Malloc(PRSize bytes, PRBool zeroit)
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 107 away that a single pc-relative branch would not work.) Malloc() or
|