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

  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarimxalloc.c 50 return (void *) Malloc(size);
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 40 static int32_t Malloc(void *userData, int32_t size, int32_t attrs) {
41 return reinterpret_cast<int32_t>(malloc(size));
66 mHandle->CBAVC_Malloc = Malloc;
  /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 21 #include <malloc.h>
447 TEST_F(OutOfMemoryTest, Malloc) {
448 ASSERT_DEATH(value_ = malloc(test_size_), "");
474 // hopefully overridden malloc, even g_try_malloc should fail. This tests
475 // that the run-time symbol resolution is overriding malloc for shared
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 753 milliseconds