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

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarimxalloc.c 50 return (void *) Malloc(size);
  /external/chromium_org/base/process/
memory_unittest.cc 22 #include <malloc/malloc.h>
27 #include <malloc.h>
108 // The following code tests the system implementation of malloc() thus no need
121 buf = malloc(std::numeric_limits<size_t>::max() - (2 * PAGE_SIZE) - 1);
137 // On 64 bit Macs, the malloc system automatically abort()s on heap corruption
141 // AddressSanitizer replaces malloc() and prints a different error message on
144 "was not malloc\\(\\)-ed");
157 // AddressSanitizer and ThreadSanitizer define the malloc()/free()/etc.
219 TEST_F(OutOfMemoryDeathTest, Malloc) {
    [all...]
  /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_org/base/allocator/
allocator_unittests.cc 355 TEST(Allocators, Malloc) {
358 unsigned char* ptr = reinterpret_cast<unsigned char*>(malloc(size));
399 void* p = malloc(start_sizes[s]);
418 unsigned char* src = reinterpret_cast<unsigned char*>(malloc(src_size));
433 int** p = reinterpret_cast<int**>(malloc(sizeof(*p) * kNumEntries));
437 p[i] = reinterpret_cast<int*>(malloc(8192));
454 char* ptr = reinterpret_cast<char*>(malloc(size));
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 217 PerfTestRunner.logStatistics(mallocHeapResults, "bytes", "Malloc:");
  /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 397 // If Dead[n].first is the only use of a malloc result, we can delete its
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 183 // Check that malloc poisons memory.
186 int *x = (int*)malloc(sizeof(int));
282 // malloc() in the following test may be optimized to produce a compile-time
285 S4 *x = (int*)malloc(sizeof(S4));
290 TEST(MemorySanitizer, Malloc) {
291 S4 *x = (int*)Ident(malloc(sizeof(S4)));
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3584 function malloc(sp) function
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 609 milliseconds