HomeSort by relevance Sort by last modified time
    Searched defs:calloc (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/JavaScriptCore/wtf/brew/
SystemMallocBrew.h 61 #define calloc(n, s) callocBrew(n, s) macro
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 35 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) macro
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) macro
  /external/clang/test/Sema/
implicit-builtin-decl.c 10 int *calloc(__SIZE_TYPE__, __SIZE_TYPE__); // expected-warning{{incompatible redeclaration of library function 'calloc'}} \
11 // expected-note{{'calloc' is a builtin with type 'void *}}
15 int calloc = 1; local
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 29 void* (*calloc)(size_t n_elements, size_t elem_size); member in struct:MallocDebug
35 malloc, free, calloc, realloc, memalign
72 INTERCEPTOR(void*, calloc, size_t nmemb, size_t size) {
74 // Hack: dlsym calls calloc before REAL(calloc) is retrieved from dlsym.
asan_malloc_win.cc 54 void *calloc(size_t nmemb, size_t size) { function
60 return calloc(n, size);
64 return calloc(nmemb, size);
79 return calloc(n, elem_size);
  /external/ipsec-tools/src/racoon/
gcmalloc.h 46 * malloc(), calloc(), realloc(), and free() entry points in the main
62 calloc(size_t number, size_t size) function
114 #define racoon_calloc(cnt, sz) calloc((cnt), (sz))
  /bionic/libc/bionic/
malloc_debug_common.h 77 /* Address of the actual calloc routine. */
78 void* (*calloc)(size_t n_elements, size_t elem_size); member in struct:MallocDebug
malloc_debug_common.c 225 void* calloc(size_t n_elements, size_t elem_size) { function
226 return __libc_malloc_dispatch->calloc(n_elements, elem_size);
419 gMallocUse.calloc =
434 gMallocUse.calloc = dlcalloc;
448 gMallocUse.calloc =
463 gMallocUse.calloc =
477 (gMallocUse.calloc == NULL) ||
484 gMallocUse.calloc, gMallocUse.realloc,
  /external/chromium/base/allocator/
generic_allocators.cc 66 void* calloc(size_t n, size_t elem_size) __THROW {
86 return calloc(n, elem_size);
101 return calloc(n, size);
107 #undef calloc macro
130 return calloc(n, size);
  /external/srec/portable/include/
pmemory.h 65 #define CALLOC(m, n, tag) calloc(m, n)
66 #define CALLOC_CLR(m, n, tag) calloc(m, n)
70 #define NEW_ARRAY(type, n, tag) ((type*)CALLOC(n, sizeof(type), tag))
86 #define calloc #error macro
111 * Portable calloc()
113 #define CALLOC(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize , tag, L(__FILE__), __LINE__))
117 * Portable calloc()
119 #define CALLOC(nbElem, elemSize, tag) (pcalloc(nbElem, elemSize))
143 #define NEW_ARRAY(type, nbElem, tag) ((type *) CALLOC(nbElem, sizeof(type), tag)
    [all...]
  /external/bluetooth/glib/glib/
gmem.h 90 gpointer (*calloc) (gsize n_blocks, member in struct:_GMemVTable
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 183 #define calloc(n,sz) VG_(arena_calloc) (VG_AR_CORE, "gdbsrv", n, sz) macro
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 53 #define calloc(n_elements, element_size) fastCalloc(n_elements, element_size) macro
MemoryManager.cpp 24 #undef calloc macro
69 return calloc(num, size);
116 void *fastCalloc(size_t n_elements, size_t element_size) { return calloc(n_elements, element_size); }
  /external/libvpx/vpx_mem/
vpx_mem.h 116 # define calloc vpx_calloc macro
  /external/srec/portable/src/
pmalloc.c 35 #undef calloc macro
pmemfixed.c 26 #undef calloc macro
pmemory.c 35 #undef calloc macro
726 If ptr does not match a pointer returned earlier by calloc(), malloc() or realloc() or if the space has previously been deallocated by a call to free() or realloc(), the behaviour is undefined.
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 225 "Warning: silly args (%ld,%ld) to calloc()\n",
318 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ) function
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 406 extern void *calloc (size_t, size_t);
629 #define really_call_calloc calloc
646 #undef calloc macro
648 #pragma GCC poison calloc strdup
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 442 extern void *calloc (size_t, size_t);
701 #define really_call_calloc calloc
718 #undef calloc macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 442 extern void *calloc (size_t, size_t);
701 #define really_call_calloc calloc
718 #undef calloc macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 442 extern void *calloc (size_t, size_t);
701 #define really_call_calloc calloc
718 #undef calloc macro
720 #pragma GCC poison calloc strdup
  /external/valgrind/main/coregrind/
m_mallocfree.c 2202 void* VG_(calloc) ( HChar* cc, SizeT nmemb, SizeT bytes_per_memb ) function
    [all...]

Completed in 2544 milliseconds

1 2