Changeset 84052 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Apr 28, 2020 3:58:56 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137630
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedNoCrt-win.cpp
r82968 r84052 248 248 249 249 250 #undef RTMemTmpAllocTag 250 251 RTDECL(void *) RTMemTmpAllocTag(size_t cb, const char *pszTag) RT_NO_THROW_DEF 251 252 { … … 254 255 255 256 257 #undef RTMemTmpAllocZTag 256 258 RTDECL(void *) RTMemTmpAllocZTag(size_t cb, const char *pszTag) RT_NO_THROW_DEF 257 259 { … … 260 262 261 263 264 #undef RTMemTmpFree 262 265 RTDECL(void) RTMemTmpFree(void *pv) RT_NO_THROW_DEF 263 266 { … … 266 269 267 270 271 #undef RTMemAllocTag 268 272 RTDECL(void *) RTMemAllocTag(size_t cb, const char *pszTag) RT_NO_THROW_DEF 269 273 { … … 285 289 286 290 291 #undef RTMemAllocZTag 287 292 RTDECL(void *) RTMemAllocZTag(size_t cb, const char *pszTag) RT_NO_THROW_DEF 288 293 { … … 304 309 305 310 311 #undef RTMemAllocVarTag 306 312 RTDECL(void *) RTMemAllocVarTag(size_t cbUnaligned, const char *pszTag) RT_NO_THROW_DEF 307 313 { … … 315 321 316 322 323 #undef RTMemAllocZVarTag 317 324 RTDECL(void *) RTMemAllocZVarTag(size_t cbUnaligned, const char *pszTag) RT_NO_THROW_DEF 318 325 { … … 326 333 327 334 335 #undef RTMemReallocTag 328 336 RTDECL(void *) RTMemReallocTag(void *pvOld, size_t cbNew, const char *pszTag) RT_NO_THROW_DEF 329 337 { … … 387 395 388 396 397 #undef RTMemFree 389 398 RTDECL(void) RTMemFree(void *pv) RT_NO_THROW_DEF 390 399 {
Note:
See TracChangeset
for help on using the changeset viewer.