Searched
refs:malloc (Results
2151 -
2175 of
2813) sorted by null
<<81828384858687888990>>
| /external/ppp/pppd/ |
| sys-solaris.c | 318 req = malloc(req_size); 406 req = malloc(req_size); [all...] |
| /external/protobuf/gtest/src/ |
| gtest-port.cc | 397 char* buffer = static_cast<char*>(malloc(len + 3));
|
| /external/qemu/ |
| charpipe.c | 52 bip = malloc( sizeof(*bip) );
|
| /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/ |
| SDL_epocaudio.cpp | 456 thisdevice = (SDL_AudioDevice *)malloc(sizeof(SDL_AudioDevice)); 460 malloc((sizeof thisdevice->hidden)); */
|
| /external/qemu/distrib/sdl-1.2.15/test/ |
| testoverlay2.c | 393 RawMooseData=(Uint8*)malloc(MOOSEFRAME_SIZE * MOOSEFRAMES_COUNT);
|
| /external/qemu/hw/ |
| goldfish_events_device.c | 475 s->abs_info = malloc(abs_size);
|
| /external/qemu/telephony/ |
| gsm.c | 274 result = malloc( rope->pos );
|
| /external/qemu-pc-bios/vgabios/tests/lfbprof/ |
| lfbprof.c | 566 image[i] = malloc(imageSize);
|
| /external/quake/quake/src/WinQuake/ |
| gl_rmisc.cpp | 330 pixels = (unsigned*) malloc(PIXELS_SIZE);
|
| gl_screen.cpp | 618 buffer = (byte*) malloc(glwidth*glheight*3 + 18);
|
| sys_dos.cpp | 336 info.address -= __djgpp_base_address + 4; // ending point, malloc align
370 // give some of what we locked back for malloc before returning. Done
788 quakeparms.membase = malloc (quakeparms.memsize);
795 fprintf(stderr, "malloc'd: %d\n", quakeparms.memsize);
|
| sys_win.cpp | 800 parms.membase = malloc (parms.memsize);
|
| /external/sqlite/android/ |
| sqlite3_android.cpp | 371 char *base16buf = (char*)malloc(base16Size);
|
| /external/stlport/src/c_locale_win32/ |
| c_wlocale_win32.c | 67 _Locale_codecvt_t *lcodecvt = (_Locale_codecvt_t*)malloc(sizeof(_Locale_codecvt_t));
|
| /external/stlport/stlport/stl/ |
| _alloc.h | 56 // Malloc-based allocator. Typically slower than default alloc below. 72 void *__result = malloc(__n);
|
| /external/svox/pico/tts/ |
| svox_ssml_parser.cpp | 219 xsampastr = (char*)malloc(strlen(phonstr) + 1);
|
| /external/v8/test/cctest/ |
| test-disasm-mips.cc | 80 byte *buffer = reinterpret_cast<byte*>(malloc(4*1024)); \
|
| /external/valgrind/main/coregrind/ |
| m_machine.c | 553 file_buf = VG_(malloc)("cpuinfo", file_buf_size + 1); 567 file_buf = VG_(malloc)( "cpuinfo", num_bytes + 1 ); 640 file_buf = VG_(malloc)("cpuinfo", file_buf_size + 1); 654 file_buf = VG_(malloc)( "cpuinfo", num_bytes + 1 ); [all...] |
| /external/valgrind/main/drd/ |
| drd_barrier.c | 33 #include "pub_tool_mallocfree.h" // VG_(malloc)(), VG_(free)() 134 p->oset[i] = VG_(OSetGen_Create)(0, 0, VG_(malloc), "drd.barrier.bi.1",
|
| /external/valgrind/main/drd/tests/ |
| tsan_thread_wrappers_pthread.h | 78 /// Set this to true if malloc() uses mutex on your platform as this may 604 #define memalign(A,B) malloc(B)
|
| /external/valgrind/main/exp-bbv/ |
| bbv_main.c | 626 VG_(malloc), "bbv.1", VG_(free));
|
| /external/valgrind/main/memcheck/ |
| mc_include.h | 52 /* For malloc()/new/new[] vs. free()/delete/delete[] mismatch checking. */ 111 /* For tracking malloc'd blocks. Nb: it's quite important that it's a 113 This can occur if a user marks a malloc() block as also a custom block with 131 void* MC_(malloc) ( ThreadId tid, SizeT n ); 471 /* Fill malloc-d/free-d client blocks with a specific value? -1 if 474 more repeatable ways. Note that malloc-filled and free-filled
|
| /external/valgrind/main/none/tests/ppc32/ |
| test_isa_2_06_part1.c | 29 #include <malloc.h> 155 fargs = malloc( 16 * sizeof(double) ); [all...] |
| /external/valgrind/main/none/tests/ppc64/ |
| test_isa_2_06_part1.c | 29 #include <malloc.h> 155 fargs = malloc( 16 * sizeof(double) ); [all...] |
| /external/valgrind/unittest/ |
| bigtest.cc | 423 char * str = (char*)malloc(str_len + 1); 486 context->data = (char*)malloc(LEN + 1); 577 char * temp = (char*)malloc(DATA_SIZE + 1);
|
Completed in 1589 milliseconds
<<81828384858687888990>>