Searched
refs:malloc (Results
1501 -
1525 of
2813) sorted by null
<<61626364656667686970>>
| /external/libsepol/src/ |
| sidtab.c | 30 s->htable = malloc(sizeof(sidtab_ptr_t) * SIDTAB_SIZE); 64 newnode = (sidtab_node_t *) malloc(sizeof(sidtab_node_t));
|
| /external/neven/ |
| FaceDetector_jni.cpp | 132 void* initData = malloc( MAX_FILE_SIZE ); /* enough to fit entire file */ 140 sdkParam.fpMalloc = malloc;
|
| /external/openssl/crypto/ |
| mem.c | 70 * problems when malloc/free pairs 77 static void *(*malloc_func)(size_t) = malloc; 92 static void *(*malloc_locked_func)(size_t) = malloc;
|
| /external/ppp/pppd/ |
| demand.c | 88 frame = malloc(framemax); 283 pkt = (struct packet *) malloc(sizeof(struct packet) + len);
|
| /external/ppp/pppd/plugins/radius/ |
| config.c | 72 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) { 142 if ((iptr = (int *) malloc(sizeof(iptr))) == NULL) {
|
| /external/qemu/distrib/sdl-1.2.15/acinclude/ |
| esd.m4 | 77 new_str = malloc ((strlen (str) + 1) * sizeof(char));
|
| /external/qemu/distrib/sdl-1.2.15/ |
| android-configure.sh | 351 sdl_check_headers stdlib stdarg malloc memory string strings inttypes stdint ctype math iconv signal altivec 355 sdl_check_funcs malloc calloc realloc free alloc
|
| /external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
| SDL_ps3yuv.c | 145 scaler_thread_data = (spu_data_t *) malloc(sizeof(spu_data_t)); 146 converter_thread_data = (spu_data_t *) malloc(sizeof(spu_data_t));
|
| /external/sonivox/arm-fm-22k/host_src/ |
| eas_hostmm.c | 78 * to malloc and free, the dup flag, and simply track 105 *pHWInstData = malloc(sizeof(EAS_HW_INST_DATA)); 138 return malloc((size_t) size);
|
| /external/sonivox/arm-hybrid-22k/host_src/ |
| eas_hostmm.c | 78 * to malloc and free, the dup flag, and simply track 105 *pHWInstData = malloc(sizeof(EAS_HW_INST_DATA)); 138 return malloc((size_t) size);
|
| /external/sonivox/arm-wt-22k/host_src/ |
| eas_hostmm.c | 84 * to malloc and free, the dup flag, and simply track 116 *pHWInstData = malloc(sizeof(EAS_HW_INST_DATA)); 162 return malloc((size_t) size);
|
| /external/srec/portable/src/ |
| pmalloc.c | 34 #undef malloc macro 49 * (the default), the memory is allocated via malloc(). This code works under PSOS and 70 /* malloc function */ 96 /* The memory pool can either be statically allocated or require a one-time system malloc. 162 * a static memory pool. Otherwise, perform a one-time malloc from the OS. 169 /* TODO: is malloc of binsFirstFreeCell safe under PSOS in all conditions ? */ 170 memBuffer = (char *)malloc(memSize);
|
| /external/tcpdump/ |
| util.c | 448 buf = (char *)malloc(len); 450 error("copy_argv: malloc"); 488 cp = malloc((u_int)buf.st_size + 1); 490 error("malloc(%d) for %s: %s", (u_int)buf.st_size + 1,
|
| /external/valgrind/main/coregrind/ |
| launcher-darwin.c | 380 new_env = malloc((j+4) * sizeof(char*)); 382 barf("malloc of new_env failed."); 399 new_argv = malloc((1+argc) * sizeof(char *));
|
| m_options.c | 128 // expanding %p and %q entries. Returns a new, malloc'd string. 166 out = VG_(malloc)( "options.efn.1", len ); 250 VG_(malloc)( "options.efn.3", 310 /* copy the candidate string into a temporary malloc'd block 335 /* copy the candidate string into a temporary malloc'd block
|
| /external/valgrind/main/drd/ |
| drd_vc.c | 30 #include "pub_tool_mallocfree.h" // VG_(malloc), VG_(free) 333 vc->vc = VG_(malloc)("drd.vc.vr.2", 349 vc->vc = VG_(malloc)("drd.vc.vr.3",
|
| /external/valgrind/main/drd/tests/ |
| annotate_barrier.stderr.exp | 30 at 0x........: malloc (vg_replace_malloc.c:...)
|
| matinv.c | 60 return malloc(rows * cols * sizeof(elem_t)); 233 t = malloc(sizeof(struct gj_threadinfo) * s_nthread);
|
| /external/valgrind/main/massif/tests/ |
| big-alloc.post.exp | 48 99.96% (94,371,840B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| deep-A.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| deep-B.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| deep-C.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| deep-C.stderr.exp | 2 Massif: malloc
|
| deep-D.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| thresholds_0_10.post.exp | 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
Completed in 1414 milliseconds
<<61626364656667686970>>