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

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdlib.h79 static inline void * __malloc calloc ( size_t nmemb, size_t size ) { function
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprwin16.h109 void * (PR_CALLBACK *calloc)(size_t n, size_t size ); member in struct:PRMethodCallbackStr
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DMyAlloc.c29 #undef calloc macro
232 Tmp = calloc (
H A DMyAlloc.h46 #define calloc(count, size) MyAlloc ((count) * (size), __FILE__, __LINE__) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DMalloc.c2 Definitions for memory allocation routines: calloc, malloc, realloc, free.
5 calloc, malloc, and realloc functions is unspecified. The pointer returned
95 /** The calloc function allocates space for an array of Num objects, each of
110 calloc(size_t Num, size_t Size) function
130 does not match a pointer earlier returned by the calloc, malloc, or realloc
153 If Ptr does not match a pointer earlier returned by the calloc, malloc, or
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceLibCWrappers.h73 #undef calloc macro
74 #define calloc(a_cItems, a_cb) RTMemAllocZ((size_t)(a_cb) * (a_cItems)) macro
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_memory.cpp120 void* calloc(size_t nmemb, size_t size) function in namespace:std
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_mod.h43 #define calloc(x, n) malloc(x*n) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmem.c39 ** Thread safe versions of malloc, free, realloc, calloc and cfree.
486 pr_ZoneCalloc(nelem, elsize) : calloc(nelem, elsize);
545 return calloc(nelem, elsize);
581 ** If malloc/calloc/free (etc.) were implemented to use pr lock's then
739 void *calloc(size_t n, size_t elsize) function
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h415 # undef calloc macro
418 # define calloc(x, n) RTMemAllocZ((x)*(n)) macro
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h372 void *(*calloc)(size_t numElem, size_t elemSize); member in struct:__GLdrawablePrivateRec
428 void *(*calloc)(__GLcontext *gc, size_t numElem, size_t elemSize); member in struct:__GLimportsRec
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h205 #undef calloc macro
206 #define calloc(I1,I2) xf86calloc(I1,I2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h243 #undef calloc macro
244 #define calloc(I1,I2) xf86calloc(I1,I2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h243 #undef calloc macro
244 #define calloc(I1,I2) xf86calloc(I1,I2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h249 #undef calloc macro
250 #define calloc(I1,I2) xf86calloc(I1,I2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h249 #undef calloc macro
250 #define calloc(I1,I2) xf86calloc(I1,I2) macro

Completed in 84 milliseconds