Searched refs:reallocating (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc253 // We can't recover from reallocating an unknown address, because
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr.c359 uint8_t saved_mode, reallocating; local
438 reallocating = FALSE;
462 reallocating = TRUE;
473 if (attaching || reallocating) {
525 * (reallocating will be set above in IOC Facts comparison), then all
529 if (reallocating) {
536 * Any deallocation has been completed. Now start reallocating
541 if (attaching || reallocating) {
/freebsd-11-stable/sys/dev/mps/
H A Dmps.c351 uint8_t saved_mode, reallocating; local
429 reallocating = FALSE;
451 reallocating = TRUE;
462 if (attaching || reallocating) {
510 * (reallocating will be set above in IOC Facts comparison), then all
514 if (reallocating) {
521 * Any deallocation has been completed. Now start reallocating
526 if (attaching || reallocating) {

Completed in 150 milliseconds