HomeSort by relevance Sort by last modified time
    Searched refs:Malloc (Results 1 - 7 of 7) 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/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 396 // If Dead[n].first is the only use of a malloc result, we can delete its
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 173 // Check that malloc poisons memory.
176 int *x = (int*)malloc(sizeof(int));
272 // malloc() in the following test may be optimized to produce a compile-time
275 S4 *x = (int*)malloc(sizeof(S4));
280 TEST(MemorySanitizer, Malloc) {
281 S4 *x = (int*)Ident(malloc(sizeof(S4)));
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 138 milliseconds