Home
last modified time | relevance | path

Searched refs:Malloc (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/test/
DmallocH.test20 # 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.
DmallocI.test20 # 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.
DmallocG.test28 # Malloc failures while opening a database connection.
DmallocC.test35 # Run the SQL. Malloc number $::n is set to fail. A malloc() failure
Dloadext.test261 # Malloc failure in sqlite3_auto_extension and sqlite3_load_extension
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_atarimxalloc.c50 return (void *) Malloc(size); in Atari_SysMalloc()
/external/clang/test/Analysis/
DNewDelete-intersections.mm11 // Check for intersections with unix.Malloc and unix.MallocWithAnnotations
15 //----- malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
Dexceptions.mm1 …xceptions -fobjc-exceptions -fcxx-exceptions -analyzer-checker=core,unix.Malloc,debug.ExprInspecti…
Dmalloc.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -Wno-…
Dobjc-boxing.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,osx.cocoa.NonNilReturnValue,debug.Ex…
DMismatchedDeallocator-checker-test.mm119 // Check for intersection with unix.Malloc bounded with
161 // malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
Duninit-vals.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -verify %s
Dmalloc.mm1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -fblo…
/external/chromium_org/base/allocator/
DREADME56 "tcmalloc" - TC Malloc (default)
57 "jemalloc" - JE Malloc
Dallocator_unittest.cc365 TEST(Allocators, Malloc) { in TEST() argument
/external/lldb/source/Expression/
DIRInterpreter.cpp287 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()
DIRExecutionUnit.cpp50 lldb::addr_t allocation_process_addr = Malloc (size, in WriteNow()
630 record.m_process_address = Malloc(record.m_size, in CommitAllocations()
DClangUserExpression.cpp671 … 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()
DMaterializer.cpp85 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()
DIRMemoryMap.cpp235 IRMemoryMap::Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy,… in Malloc() function in IRMemoryMap
/external/lldb/include/lldb/Expression/
DIRMemoryMap.h52 …lldb::addr_t Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy…
/external/chromium_org/base/process/
Dmemory_unittest.cc226 TEST_F(OutOfMemoryDeathTest, Malloc) { in TEST_F() argument
/external/bison/tests/
Dtorture.at509 ## Exploding the Stack Size with Malloc. ##
512 AT_SETUP([Exploding the Stack Size with Malloc])
/external/valgrind/main/docs/internals/
DBIG_APP_NOTES.txt53 nsRecyclingAllocator::Malloc(PRSize bytes, PRBool zeroit)
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt107 away that a single pc-relative branch would not work.) Malloc() or

12