Searched defs:calloc (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcalloc.c23 calloc (size_t nelem, size_t elsize) function
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmldef.h28 #define calloc(x, y) PR_Calloc((x),(y)) macro
/macosx-10.9.5/text_cmds-87/sort/
H A Dcalloc.c24 #undef calloc macro
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dxmalloc.h54 #undef calloc macro
59 #define calloc USE_XCALLOC_INSTEAD_OF_CALLOC macro
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurl_memory.h109 #undef calloc macro
110 #define calloc(nbelem,size) Curl_ccalloc(nbelem, size) macro
H A Dmemdebug.h88 #define calloc(nbelem,size) curl_docalloc(nbelem, size, __LINE__, __FILE__) macro
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmldef.h40 #define calloc(x, y) HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (x)*(y)) macro
59 #define calloc(x, y) PR_Calloc((x),(y)) macro
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dgcmalloc.h62 calloc(size_t number, size_t size) function
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmalloc.h65 inline void *CssmMemoryFunctions::calloc(uint32 count, size_t size) const throw(std::bad_alloc) function in class:Security::CssmMemoryFunctions
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dalloc.h75 void *calloc(size_t size, size_t count) throw(std::bad_alloc) function in class:Security::Allocator
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmalloc.h65 inline void *CssmMemoryFunctions::calloc(uint32 count, size_t size) const throw(std::bad_alloc) function in class:Security::CssmMemoryFunctions
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dalloc.h75 void *calloc(size_t size, size_t count) throw(std::bad_alloc) function in class:Security::Allocator
/macosx-10.9.5/dyld-239.4/src/
H A DdyldNew.cpp123 void* calloc(size_t count, size_t size) function
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dnoembed.h83 #undef calloc macro
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dvms.h177 #define calloc macro
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.alloc.c56 # define calloc fcalloc macro
341 calloc(size_t i, size_t j) function
H A Dtc.os.h442 # define calloc tcsh_calloc macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dvmalloc.h239 #undef calloc macro
248 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) ) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dmalloc.c30 #define calloc ______calloc macro
55 #undef calloc macro
56 #define calloc _ast_calloc macro
147 #undef calloc macro
248 extern Void_t* calloc(reg size_t n_obj, reg size_t s_obj) function
573 #undef calloc macro
574 #define calloc macro
671 #undef calloc macro
728 #define calloc macro
[all...]
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dallocator.c660 #define calloc(n, s) malloc_zone_calloc(_dispatch_ccache_zone, (n), (s)) macro
/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DAttachedInstance.cpp427 void* AttachedInstance::calloc (uint32 num, uint32 size) function in class:AttachedInstance
/macosx-10.9.5/CF-855.17/
H A DCFBase.c51 void *(*calloc)(struct _malloc_zone_t *zone, size_t num_items, size_t size); /* same as malloc, but block returned is set to zero */ member in struct:__CFAllocator
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/librewrite/
H A Drewrite-int.h44 #define calloc(x,y) ber_memcalloc(x,y) macro
/macosx-10.9.5/bash-92/bash-3.2/lib/malloc/
H A Dmalloc.c1293 calloc (n, s) function

Completed in 225 milliseconds

12