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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dmmap.c310 void **ptrs = malloc( count * sizeof(ptrs[0]) ); local
312 if (!ptrs) return;
314 for (i = 0; i < count; i++) if (!(ptrs[i] = malloc( 1024 ))) break;
316 while (i) free( ptrs[--i] );
317 free( ptrs );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h603 static LONG CALLBACK exc_filter( EXCEPTION_POINTERS *ptrs )
611 ptrs->ExceptionRecord->ExceptionCode, ptrs->ExceptionRecord->ExceptionAddress );

Completed in 45 milliseconds