Searched defs:crAlloc (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_mem.h21 #define crAlloc(N) crAllocDebug(N, __FILE__, __LINE__) macro
24 extern DECLEXPORT(void *) crAlloc( unsigned int nbytes );
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCrUtil.cpp25 DECLEXPORT(void *) crAlloc( unsigned int nbytes );
43 DECLEXPORT(void *) crAlloc( unsigned int nbytes ) function
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dmem.c19 #undef crAlloc macro
22 /* Need these stubs because util.def says we're always exporting crAlloc
25 extern void *crAlloc( unsigned int bytes );
26 void *crAlloc( unsigned int bytes ) function
43 DECLEXPORT(void) *crAlloc( unsigned int nbytes )
61 return crAlloc(nbytes);
98 *ptr = crAlloc( nbytes );
H A Dlibteac.c19 #define crAlloc(sz) malloc(sz) macro
109 if (!(hosts= (host_t*)crAlloc(INITIAL_HOST_TABLE_SIZE*sizeof(host_t)))) {
255 if (!(sdramAddrBase=(sdramaddr_t*)crAlloc(nodeRange*sizeof(sdramaddr_t)))) {
261 if (!(elanAddrBase=(E3_Addr*)crAlloc(nodeRange*sizeof(E3_Addr)))) {
281 if (!(hostsIndex= (int*)crAlloc(nodeRange*sizeof(int)))) {
359 if (!(result= (Tcomm*)crAlloc(sizeof(Tcomm)))) {
542 (sdramaddr_t**)crAlloc( TEAC_CAP_ENTRIES(cap)*sizeof(sdramaddr_t*) ))) {
549 (sdramaddr_t*)crAlloc( TEAC_CAP_ENTRIES(cap)*NUM_SEND_BUFFERS
578 (volatile E3_uint32**)crAlloc( TEAC_CAP_ENTRIES(cap)*sizeof(E3_uint32*) ))) {
599 if (!(result->mbuff= (teacMsg**)crAlloc( TEAC_CAP_ENTRIE
[all...]

Completed in 53 milliseconds