HomeSort by relevance Sort by last modified time
    Searched defs:Malloc (Results 1 - 6 of 6) sorted by null

  /bionic/libc/bionic/
malloc_debug_common.cpp 30 // routines that are used by malloc leak detection code and other components in
34 // more tricky, malloc leak detection code, implemented in
51 #define Malloc(function) je_ ## function
54 #define Malloc(function) dl ## function
64 // Support for malloc debugging.
65 // Table for dispatching malloc calls, initialized with default dispatchers.
67 Malloc(calloc),
68 Malloc(free),
69 Malloc(mallinfo),
70 Malloc(malloc)
258 extern "C" void* malloc(size_t bytes) { function
    [all...]
  /external/lldb/source/Expression/
IRMemoryMap.cpp 235 IRMemoryMap::Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy, Error &error)
255 error.SetErrorString("Couldn't malloc: invalid allocation policy");
262 error.SetErrorString("Couldn't malloc: address space is full");
281 error.SetErrorString("Couldn't malloc: address space is full");
299 error.SetErrorString("Couldn't malloc: process doesn't support allocating memory");
306 error.SetErrorString("Couldn't malloc: process doesn't exist, and this memory must be in the process");
343 log->Printf("IRMemoryMap::Malloc (%" PRIu64 ", 0x%" PRIx64 ", 0x%" PRIx64 ", %s) -> 0x%" PRIx64,
IRInterpreter.cpp 287 lldb::addr_t data_address = Malloc(value->getType());
335 lldb::addr_t Malloc (size_t size, uint8_t byte_alignment)
351 return Malloc(m_target_data.getPointerSize(), m_target_data.getPointerPrefAlignment());
354 lldb::addr_t Malloc (llvm::Type *type)
358 return Malloc(m_target_data.getTypeAllocSize(type), m_target_data.getPrefTypeAlignment(type));
396 lldb::addr_t data_address = Malloc(value->getType());
759 lldb::addr_t R = frame.Malloc(T);
770 lldb::addr_t P = frame.Malloc(Tptr);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 196 // If Dead[n].first is the only use of a malloc result, we can delete its
821 /// the specified malloc. Because it is always the result of the specified
822 /// malloc, there is no reason to actually DO the malloc. Instead, turn the
823 /// malloc into a global, and any loads of GV as uses of the new global.
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3584 function malloc(sp) function
    [all...]

Completed in 1709 milliseconds