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

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/ots/third_party/lzma_sdk/
Alloc.c 30 void *p = malloc(size);
35 return malloc(size);
  /external/chromium_org/third_party/sqlite/src/test/
mallocA.test 11 # This file contains additional out-of-memory checks (see malloc.tcl).
72 do_test malloc-99.X {
memleak.test 91 # Run the malloc tests and the misuse test after memory leak detection.
95 #catch {source $testdir/malloc.test}
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.h 43 // FreeBSD has malloc.h, but complains if you use it
45 #include <malloc.h> // for memalign, valloc, pvalloc
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.h 43 // FreeBSD has malloc.h, but complains if you use it
45 #include <malloc.h> // for memalign, valloc, pvalloc
  /external/chromium_org/tools/deep_memory_profiler/
sorter.vm-map.json 51 [ "malloc", "component" ],
52 [ "malloc", "type" ]
  /external/clang/lib/Headers/
mm_malloc.h 30 #include <malloc.h>
49 return malloc(__size);
  /external/clang/test/Analysis/
NewDelete-custom.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,unix.Malloc -std=c++11 -fblocks -verify %s
2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,alpha.cplusplus.NewDeleteLeaks,unix.Malloc -std=c++11 -DLEAKS -fblocks -verify %s
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
heap-overflow.cc 13 char *x = (char*)malloc(10 * sizeof(char));
21 // CHECK-Linux: {{ #0 0x.* in .*malloc}}
use-after-free.cc 12 char *x = (char*)malloc(10 * sizeof(char));
30 // CHECK-Linux: {{ #0 0x.* in .*malloc}}
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 9 #ifdef malloc
12 #define XMALLOC malloc
  /external/icu4c/test/perf/strsrchperf/
strsrchperf.cpp 36 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
55 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
  /external/icu4c/tools/memcheck/
ICUMemCheck.pl 21 # common/cmemory.o U malloc
61 if ($symbols =~ /U +malloc.*/) {
  /external/libppp/src/
iface.h 38 char *name; /* Interface name (malloc'd) */
44 struct iface_addr *addr; /* Array of addresses (malloc'd) */
  /external/libsepol/src/
boolean_record.c 26 (sepol_bool_key_t *) malloc(sizeof(struct sepol_bool_key));
128 sepol_bool_t *boolean = (sepol_bool_t *) malloc(sizeof(sepol_bool_t));
  /external/llvm/test/CodeGen/ARM/
2009-08-21-PostRAKill3.ll 17 %malloccall = tail call i8* @malloc(i32 ptrtoint (%struct.Village* getelementptr (%struct.Village* null, i32 1) to i32))
33 declare noalias i8* @malloc(i32)
  /external/llvm/test/Transforms/DeadStoreElimination/
pr11390.ll 14 %call4 = tail call noalias i8* @malloc(i64 %add3) nounwind
36 declare noalias i8* @malloc(i64) nounwind
  /external/llvm/test/Transforms/GlobalOpt/
heap-sra-1.ll 12 %malloccall = tail call i8* @malloc(i64 %mallocsize) ; <i8*> [#uses=1]
18 declare noalias i8* @malloc(i64)
heap-sra-2.ll 11 %malloccall = tail call i8* @malloc(i64 8000000) ; <i8*> [#uses=1]
18 declare noalias i8* @malloc(i64)
heap-sra-3.ll 13 %malloccall = tail call i8* @malloc(i64 %mallocsize) ; <i8*> [#uses=1]
19 declare noalias i8* @malloc(i64)
heap-sra-4.ll 12 %malloccall = tail call i8* @malloc(i64 %mallocsize) ; <i8*> [#uses=1]
19 declare noalias i8* @malloc(i64)
  /external/llvm/test/Transforms/MemCpyOpt/
memmove.ll 14 %malloccall = tail call i8* @malloc(i32 trunc (i64 mul nuw (i64 ptrtoint (i8* getelementptr (i8* null, i32 1) to i64), i64 13) to i32))
20 declare noalias i8* @malloc(i32)
  /external/llvm/test/Transforms/PhaseOrdering/
basic.ll 6 declare i8* @malloc(i64)
14 %call = call i8* @malloc(i64 1)

Completed in 3565 milliseconds

<<21222324252627282930>>