Changeset 57542 in vbox
- Timestamp:
- Aug 26, 2015 8:42:32 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/mem.c
r57541 r57542 110 110 else 111 111 { 112 #ifdef VBOX 113 *ptr = RTMemRealloc( *ptr, nbytes ); 114 #else 112 115 *ptr = realloc( *ptr, nbytes ); 116 #endif 113 117 if (*ptr == NULL) 114 118 crError( "Couldn't realloc %d bytes!", nbytes );
Note:
See TracChangeset
for help on using the changeset viewer.