Searched refs:crCallocDebug (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_mem.h | 19 void *crCallocDebug( unsigned int nbytes, const char *file, int line ); 22 #define crCalloc(N) crCallocDebug(N, __FILE__, __LINE__)
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | mem.c | 80 void *crCallocDebug( unsigned int nbytes, const char *file, int line ) function 84 fprintf(stderr, "crCallocDebug(%d bytes) in %s at %d\n", nbytes, file, line);
|
Completed in 2584 milliseconds