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

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarimxalloc.c 50 return (void *) Malloc(size);
  /external/chromium/base/allocator/
allocator_unittests.cc 356 TEST(Allocators, Malloc) {
359 unsigned char* ptr = reinterpret_cast<unsigned char*>(malloc(size));
400 void* p = malloc(start_sizes[s]);
419 unsigned char* src = reinterpret_cast<unsigned char*>(malloc(src_size));
434 int** p = reinterpret_cast<int**>(malloc(sizeof(*p) * kNumEntries));
438 p[i] = reinterpret_cast<int*>(malloc(8192));
455 char* ptr = reinterpret_cast<char*>(malloc(size));
  /external/chromium/base/
process_util_unittest.cc 25 #include <malloc.h>
39 #include <malloc/malloc.h>
747 TEST_F(OutOfMemoryDeathTest, Malloc) {
750 value_ = malloc(test_size_);
793 // hopefully overridden malloc, even g_try_malloc should fail. This tests
794 // that the run-time symbol resolution is overriding malloc for shared
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 1 //=== MallocChecker.cpp - A malloc/free checker -------------------*- C++ -*--//
10 // This file defines malloc/free checker, which checks for potential memory
369 II_malloc = &Ctx.Idents.get("malloc");
506 // TODO: Check that the memory was allocated with malloc.
523 if (Att->getModule() != "malloc")
539 // TODO: We could rewrite post visit to eval call; 'malloc' does not have
548 // We expect the malloc functions to return a pointer.
580 // We expect the malloc functions to return a pointer.
595 if (Att->getModule() != "malloc")
672 // FIXME: at the time this code was written, malloc() regions wer
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 392 // If Dead[n].first is the only use of a malloc result, we can delete its
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
mandreel.js 3584 function malloc(sp) function
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 366 milliseconds