Searched refs:crAllocDebug (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_mem.h18 void *crAllocDebug( unsigned int nbytes, const char *file, int line );
21 #define crAlloc(N) crAllocDebug(N, __FILE__, __LINE__)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dmem.c54 void *crAllocDebug( unsigned int nbytes, const char *file, int line ) function
58 fprintf(stderr, "crAllocDebug(%d bytes) in %s at %d\n", nbytes, file, line);

Completed in 244 milliseconds