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

<<21222324252627282930>>

  /external/linux-tools-perf/util/
cpumap.c 16 cpus = malloc(sizeof(*cpus) + nr_cpus * sizeof(int));
31 struct cpu_map *cpus = malloc(sizeof(*cpus) + payload_size);
171 struct cpu_map *cpus = malloc(sizeof(*cpus) + sizeof(int));
levenshtein.c 45 int *row0 = malloc(sizeof(int) * (len2 + 1));
46 int *row1 = malloc(sizeof(int) * (len2 + 1));
47 int *row2 = malloc(sizeof(int) * (len2 + 1));
  /external/llvm/test/Transforms/GlobalOpt/
crash.ll 28 %C = call noalias i8* @malloc(i64 %B) nounwind
42 declare noalias i8* @malloc(i64) nounwind
52 %call = call i8* @malloc(i64 %mul)
  /external/mesa3d/src/gallium/
README.portability 36 * Use MALLOC, CALLOC, FREE instead of the malloc, calloc, free functions.
85 struct texture_buffer *t = malloc(sizeof(*t));
  /external/mesa3d/src/gallium/state_trackers/vega/
util_array.h 47 array->data = malloc(array->size * array->datatype_size);
59 array->data = malloc(array->size * array->datatype_size);
74 void *data = malloc(size);
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ConvertAudio.3 30 desired=(SDL_AudioSpec *)malloc(sizeof(SDL_AudioSpec));
31 obtained=(SDL_AudioSpec *)malloc(sizeof(SDL_AudioSpec));
73 wav_cvt\&.buf=(Uint8 *)malloc(wav_len*wav_cvt\&.len_mult);
  /external/valgrind/main/memcheck/tests/
mempool.c 43 p = (pool *)malloc(sizeof(pool));
44 p->where = p->mem = (char *)malloc(SUPERBLOCK_SIZE);
62 l = (level_list *)malloc(sizeof(level_list));
  /external/valgrind/main/none/tests/ppc32/
lsw.c 19 char* a1 = malloc(100);
20 char* a2 = malloc(100);
52 a2 = malloc(100);
  /external/valgrind/main/none/tests/ppc64/
lsw.c 19 char* a1 = malloc(100);
20 char* a2 = malloc(100);
52 a2 = malloc(100);
  /frameworks/av/libvideoeditor/vss/src/
VideoEditorResampler.cpp 59 mTmpInBuffer = (int16_t*)malloc(dataSize);
109 context->mInput = (int16_t*)malloc( (inSampleRate * MAX_SAMPLEDURATION_FOR_CONVERTION *
159 pTmpBuffer = (int32_t*)malloc(outFrameCount * 2 * sizeof(int32_t));
  /ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp 14 p = malloc (s);
29 p = malloc (13 * sizeof (T));
67 p = malloc (sizeof (T) * 11 + 100);
  /ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp 14 p = malloc (s);
29 p = malloc (13 * sizeof (T));
67 p = malloc (sizeof (T) * 11 + 100);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
memalign_unittest.cc 61 // Malloc can be in several places on older versions of OS X.
63 #include <malloc.h> // for memalign() and valloc()
65 #include <malloc/malloc.h>
67 #include <sys/malloc.h>
180 void* p_small = malloc(4*1048576);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
memalign_unittest.cc 61 // Malloc can be in several places on older versions of OS X.
63 #include <malloc.h> // for memalign() and valloc()
65 #include <malloc/malloc.h>
67 #include <sys/malloc.h>
180 void* p_small = malloc(4*1048576);
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.cc 125 // NOTE: For hooking malloc/free, we don't want to use streams which
126 // allocate. Basically, we've hooked malloc, but not necessarily
128 // with a mismatched malloc/free!
161 // itself. (For instance, if malloc() is just a JMP to __malloc(),
162 // we patched __malloc() and not malloc().)
201 // when we're unpatching malloc. We just let this live on as a leak.]
  /external/linux-tools-perf/bench/
sched-messaging.c 211 struct sender_context *snd_ctx = malloc(sizeof(struct sender_context)
215 barf("malloc()");
219 struct receiver_context *ctx = malloc(sizeof(*ctx));
222 barf("malloc()");
287 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t));
289 barf("main:malloc()");
  /frameworks/base/graphics/java/android/renderscript/
ProgramVertexFixedFunction.java 210 Allocation mAlloc;
212 return mAlloc;
224 mAlloc = Allocation.createTyped(rs, constInputType);
243 mAlloc.destroy();
244 mAlloc = null;
252 mAlloc.setFromFieldPacker(0, mIOBuffer);
  /frameworks/compile/mclinker/unittests/
FactoriesTest.cpp 60 node->data = (int*)malloc(sizeof(int));
79 node->data = (int*)malloc(sizeof(int));
102 node->data = (int*)malloc(sizeof(int));
128 node->data = (int*)malloc(sizeof(int));
136 node->data = (int*)malloc(sizeof(int));
161 node->data = (int*)malloc(sizeof(int));
  /external/blktrace/btt/
bno_dump.c 36 oname = malloc(strlen(bno_dump_name) + 32);
57 bdp = malloc(sizeof(*bdp));
plat.c 37 pp = malloc(sizeof(*pp));
41 oname = malloc(strlen(str) + 32);
unplug_hist.c 39 hbp = malloc(sizeof(*hbp));
71 char *oname = malloc(strlen(unplug_hist_name) + 32);
  /external/chromium_org/sandbox/win/src/
acl.cc 29 reinterpret_cast<TOKEN_DEFAULT_DACL*>(malloc(length));
81 TOKEN_USER* token_user = reinterpret_cast<TOKEN_USER*>(malloc(size));
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esShader.c 71 char* infoLog = malloc (sizeof(char) * infoLen );
138 char* infoLog = malloc (sizeof(char) * infoLen );
  /external/chromium_org/third_party/icu/source/tools/memcheck/
ICUMemCheck.pl 21 # common/cmemory.o U malloc
61 if ($symbols =~ /U +malloc.*/) {
  /external/chromium_org/third_party/lzma_sdk/
Alloc.c 29 void *p = malloc(size);
34 return malloc(size);

Completed in 9623 milliseconds

<<21222324252627282930>>