HomeSort by relevance Sort by last modified time
    Searched full:malloc (Results 701 - 725 of 6596) sorted by null

<<21222324252627282930>>

  /external/lzma/C/
Alloc.c 29 void *p = malloc(size);
34 return malloc(size);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.c 61 newblock = (struct memory_block*)malloc(blocksize);
88 struct memory_block * block = (struct memory_block*)malloc(bytes + sizeof(struct memory_block));
  /external/mesa3d/src/gallium/state_trackers/xvmc/
block.c 51 blocks->blocks = MALLOC(BLOCK_SIZE_BYTES * num_blocks);
81 blocks->macro_blocks = MALLOC(sizeof(XvMCMacroBlock) * num_blocks);
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 33 conn = malloc(sizeof(PPPoEConnection));
35 fatalSys("malloc");
  /external/qemu/
qemu-malloc.c 2 * malloc-like functions for system emulation.
48 ptr = qemu_oom_check(malloc(size ? size : 1));
  /external/valgrind/main/VEX/test/
frstor.c 66 unsigned short* buf1 = malloc(54*sizeof(short));
67 unsigned short* buf2 = malloc(54*sizeof(short));
  /external/valgrind/main/drd/tests/
omp_prime.c 78 primes = malloc(n * sizeof(primes[0]));
79 pflag = malloc(n * sizeof(pflag[0]));
pth_barrier.c 75 t = malloc(nthread * sizeof(struct threadinfo));
76 array = malloc(iterations * sizeof(array[0]));
pth_inconsistent_cond_wait.c 12 #include <stdlib.h> // malloc()
57 sem_t* p = malloc(sizeof(*p));
  /external/valgrind/main/helgrind/tests/
tc15_laog_lockdel.c 16 mx1 = malloc(sizeof(pthread_mutex_t));
17 mx2 = malloc(sizeof(pthread_mutex_t));
  /external/valgrind/main/memcheck/tests/
errs1.stderr.exp 8 at 0x........: malloc (vg_replace_malloc.c:...)
22 at 0x........: malloc (vg_replace_malloc.c:...)
leak-pool.c 35 struct pool *p = malloc(sizeof(struct pool));
39 p->buf = malloc(p->allocated);
origin2-not-quite.stderr.exp 7 at 0x........: malloc (vg_replace_malloc.c:...)
17 at 0x........: malloc (vg_replace_malloc.c:...)
partiallydefinedeq.c 27 int* junk1 = malloc(sizeof(int));
28 int* junk2 = malloc(sizeof(int));
pdb-realloc2.c 35 UChar* p = malloc(size);
64 v = malloc(size+100);
test-plo.c 1 #include "tests/malloc.h"
73 UWord* words = malloc(3 * sizeof(UWord));
  /external/valgrind/main/memcheck/tests/x86/
tronical.S 42 foo = malloc(sizeof(struct Foo));
95 call VG_SYM_ASM(malloc)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 24 #include <stdlib.h> // for free, malloc, etc
37 #define oscl_malloc malloc
  /frameworks/base/tools/aapt/
printapk.cpp 58 buf = malloc(size);
91 resfile = malloc(bufsize);
  /frameworks/native/opengl/tests/gralloc/
gralloc.cpp 43 void* temp = malloc(size);
44 void* temp2 = malloc(size);
  /frameworks/rs/
rsScriptGroup.h 43 ObjectBaseRef<Allocation> mAlloc;
65 ObjectBaseRef<Allocation> mAlloc;
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 91 # undef malloc
92 # define malloc rpl_malloc
93 extern void * malloc (size_t size);
96 # undef malloc
97 # define malloc(s) \
98 (GL_LINK_WARNING ("malloc is not POSIX compliant everywhere - " \
99 "use gnulib module malloc-posix for portability"), \
100 malloc (s))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mcheck.h 39 before `malloc' is ever called. ABORTFUNC is called with an error code
51 /* Check for aberrations in a particular malloc'd block. You must have
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
types.h 59 #include <stdlib.h> /* For malloc decl. */
60 #define mem_alloc(bsize) malloc(bsize)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mcheck.h 39 before `malloc' is ever called. ABORTFUNC is called with an error code
51 /* Check for aberrations in a particular malloc'd block. You must have

Completed in 799 milliseconds

<<21222324252627282930>>