Searched refs:crAllocDebug (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_mem.h | 18 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 D | mem.c | 54 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