/external/valgrind/memcheck/tests/ |
partial_load_dflt.stderr.exp64 | 5 at 0x........: calloc (vg_replace_malloc.c:...) 11 at 0x........: calloc (vg_replace_malloc.c:...) 17 at 0x........: calloc (vg_replace_malloc.c:...)
|
partial_load_dflt.stderr.expr-s390x-mvc | 5 at 0x........: calloc (vg_replace_malloc.c:...) 11 at 0x........: calloc (vg_replace_malloc.c:...) 17 at 0x........: calloc (vg_replace_malloc.c:...)
|
clientperm.c | 17 char* aa = calloc(100,1);
|
undef_malloc_args.c | 30 new_p = calloc(nmemb, def_size);
|
/hardware/intel/common/libva/va/drm/ |
va_drm.c | 98 drm_state = calloc(1, sizeof(*drm_state)); 103 pDriverContext = calloc(1, sizeof(*pDriverContext)); 110 pDisplayContext = calloc(1, sizeof(*pDisplayContext));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libmemusage.so | |
libXxf86vm.so.1 | |
libXxf86vm.so.1.0.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libmemusage.so | |
libXxf86vm.so.1 | |
libXxf86vm.so.1.0.0 | |
/frameworks/rs/cpp/ |
Element.cpp | 155 mVisibleElementMap = (uint32_t*)calloc(mElementsCount, sizeof(uint32_t)); 188 mElements = (android::RSC::sp<const Element> *)calloc(mElementsCount, sizeof(android::RSC::sp<Element>)); 189 mElementNames = (char **)calloc(mElementsCount, sizeof(char *)); 190 mElementNameLengths = (size_t*)calloc(mElementsCount, sizeof(size_t)); 191 mArraySizes = (uint32_t*)calloc(mElementsCount, sizeof(uint32_t)); 192 mOffsetInBytes = (uint32_t*)calloc(mElementsCount, sizeof(uint32_t)); 201 mElementNames[ct] = (char *)calloc(elemNameLen, sizeof(char)); 408 mElements = (android::RSC::sp<const Element> *)calloc(mElementsVecSize, sizeof(android::RSC::sp<Element>)); 409 mElementNames = (char **)calloc(mElementsVecSize, sizeof(char *)); 410 mElementNameLengths = (size_t*)calloc(mElementsVecSize, sizeof(size_t)) [all...] |
/bionic/linker/ |
linker_memory.cpp | 27 void* calloc(size_t item_count, size_t item_size) { function
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
allocators_sanity.cc | 17 p = (int*)calloc(16, sizeof(int));
|
dll_allocators_sanity.cc | 19 p = (int*)calloc(16, sizeof(int));
|
/external/strace/tests/ |
uid32.c | 30 assert(list = calloc(size + 1, sizeof(*list)));
|
/external/valgrind/memcheck/tests/linux/ |
sigqueue.c | 27 si = calloc(1, sz);
|
/hardware/ti/omap4-aah/ |
Android.mk | 11 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
|
tm.c | 28 ptr[1] = calloc(1,20);
|
/hardware/ti/omap4-aah/domx/ |
Android.mk | 10 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
|
/hardware/ti/omap4xxx/ |
tm.c | 28 ptr[1] = calloc(1,20);
|
/system/extras/ext4_utils/ |
indirect.c | 34 u8 *data = calloc(backing_len, 1); 36 critical_error_errno("calloc"); 123 u32 *ind_block_data = calloc(info.block_size, 1); 153 u32 *dind_block_data = calloc(info.block_size, 1); 202 u32 *ind_block_data = calloc(info.block_size, 1); 234 u32 *dind_block_data = calloc(info.block_size, 1); 266 u32 *tind_block_data = calloc(info.block_size, 1); 444 u32 *dind_block_data = calloc(info.block_size, 1); 446 critical_error_errno("calloc"); 450 u32 *ind_block_data = calloc(info.block_size, info.bg_desc_reserve_blocks) [all...] |
/external/iproute2/tc/ |
m_ematch.h | 25 struct bstr *b = calloc(1, sizeof(*b)); 69 struct ematch *e = calloc(1, sizeof(*e));
|
/external/llvm/test/CodeGen/X86/ |
2006-08-07-CycleInDAG.ll | 18 %tmp.i8 = tail call i8* @calloc( i32 %tmp13.i7, i32 4 ) ; <i8*> [#uses=0] 29 declare i8* @calloc(i32, i32)
|
/external/mesa3d/src/gallium/winsys/i915/sw/ |
i915_sw_buffer.c | 17 buf->ptr = CALLOC(size, 1); 43 buf->ptr = CALLOC(*stride * height, 1);
|