/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | [all...] |
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_stdinc.h | 170 extern DECLSPEC void * SDLCALL SDL_calloc(size_t nmemb, size_t size); 230 extern DECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size,
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_stdinc.h | 170 extern DECLSPEC void * SDLCALL SDL_calloc(size_t nmemb, size_t size); 230 extern DECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size,
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_stdinc.h | 170 extern DECLSPEC void * SDLCALL SDL_calloc(size_t nmemb, size_t size); 230 extern DECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size,
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_stdinc.h | 170 extern DECLSPEC void * SDLCALL SDL_calloc(size_t nmemb, size_t size); 230 extern DECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size,
|
/system/core/toolbox/grep/ |
util.c | 405 grep_calloc(size_t nmemb, size_t size) 409 if ((ptr = calloc(nmemb, size)) == NULL)
|
/external/clang/test/Analysis/ |
MismatchedDeallocator-checker-test.mm | 9 void *calloc(size_t nmemb, size_t size);
|
malloc-annotations.c | 6 void *calloc(size_t nmemb, size_t size);
|
taint-generic.c | 29 void *calloc(size_t nmemb, size_t size);
|
uninit-vals.m | 7 void *calloc(size_t nmemb, size_t size);
|
/external/valgrind/main/coregrind/ |
pub_core_mallocfree.h | 109 SizeT nmemb, SizeT bytes_per_memb );
|
m_libcbase.c | 804 void VG_(ssort)( void* base, SizeT nmemb, SizeT size, 807 bm_qsort(base,nmemb,size,compar);
|
m_mallocfree.c | [all...] |
/external/bison/lib/ |
stdlib.in.h | 169 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size)); 170 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size)); 172 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size));
|
/external/bison/darwin-lib/ |
stdlib.h | 491 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size)); 492 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size)); 494 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size)); [all...] |
/external/bison/linux-lib/ |
stdlib.h | 491 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size)); 492 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size)); 494 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size)); [all...] |
/external/valgrind/main/memcheck/ |
mc_malloc_wrappers.c | 336 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ) 338 if (complain_about_silly_args2(nmemb, size1)) { 341 return MC_(new_block) ( tid, 0, nmemb*size1, VG_(clo_alignment),
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stdlib.h | 472 /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */ 678 /* Do a binary search for KEY in BASE, which consists of NMEMB elements 684 /* Sort NMEMB elements of BASE, of SIZE bytes each,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdlib.h | 472 /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */ 678 /* Do a binary search for KEY in BASE, which consists of NMEMB elements 684 /* Sort NMEMB elements of BASE, of SIZE bytes each,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
stdlib.h | 472 /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */ 678 /* Do a binary search for KEY in BASE, which consists of NMEMB elements 684 /* Sort NMEMB elements of BASE, of SIZE bytes each,
|
/external/valgrind/main/drd/tests/ |
unit_bitmap.c | 65 void VG_(ssort)( void* base, SizeT nmemb, SizeT size,
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdlib.in.h | 123 extern void * calloc (size_t nmemb, size_t size);
|
/external/valgrind/main/exp-sgcheck/ |
h_main.c | 374 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 ) 376 return alloc_and_new_mem_heap ( tid, nmemb*size1, VG_(clo_alignment),
|
/external/libvpx/libvpx/ |
vpxenc.c | 55 static size_t wrap_fread(void *ptr, size_t size, size_t nmemb, 57 return fread(ptr, size, nmemb, stream); 61 static size_t wrap_fwrite(const void *ptr, size_t size, size_t nmemb, 63 return fwrite(ptr, size, nmemb, stream); [all...] |
/external/valgrind/main/include/ |
pub_tool_libcbase.h | 181 extern void VG_(ssort)( void* base, SizeT nmemb, SizeT size,
|