Searched defs:RTMemContAlloc (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dalloc-r0drv-freebsd.c146 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) function
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dalloc-r0drv-nt.cpp80 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) function
122 * Frees memory allocated ysing RTMemContAlloc().
124 * @param pv Pointer to return from RTMemContAlloc().
125 * @param cb The cb parameter passed to RTMemContAlloc().
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dalloc-r0drv-os2.cpp73 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) function
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dalloc-r0drv-darwin.cpp125 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) function
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dalloc-r0drv-solaris.c180 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) function
191 LogRel(("RTMemContAlloc failed to allocate %u bytes\n", cb));
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dalloc-r0drv-linux.c381 RTR0DECL(void *) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) function
442 RT_EXPORT_SYMBOL(RTMemContAlloc); variable
446 * Frees memory allocated using RTMemContAlloc().
448 * @param pv Pointer to return from RTMemContAlloc().
449 * @param cb The cb parameter passed to RTMemContAlloc().
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku-stubs.c93 RTR0DECL(void*) RTMemContAlloc(PRTCCPHYS pPhys, size_t cb) function
/vbox/include/iprt/
H A Dmangling.h883 # define RTMemContAlloc RT_MANGLER(RTMemContAlloc) /* r0drv */ macro

Completed in 70 milliseconds