Home | History | Annotate | Download | only in src

Lines Matching refs:RAW_VLOG

186   RAW_VLOG(10, "MemoryRegionMap Init");
197 RAW_VLOG(10, "MemoryRegionMap Init increment done");
218 RAW_VLOG(10, "MemoryRegionMap Init done");
222 RAW_VLOG(10, "MemoryRegionMap Shutdown");
228 RAW_VLOG(10, "MemoryRegionMap Shutdown decrement done");
244 RAW_VLOG(10, "MemoryRegionMap Shutdown done");
327 RAW_VLOG(10, "Stack at %p is inside region %p..%p",
352 RAW_VLOG(12, "Inserting region %p..%p from %p",
376 RAW_VLOG(12, "Inserted region %p..%p :",
416 RAW_VLOG(12, "Saving recursive insert of region %p..%p from %p",
427 RAW_VLOG(12, "Initializing region set");
461 RAW_VLOG(10, "New global region %p..%p from %p",
491 RAW_VLOG(10, ("Insta-Removing saved region %p..%p; "
515 RAW_VLOG(10, "Removing global region %p..%p; have %"PRIuS" regions",
525 RAW_VLOG(13, "Looking at region %p..%p",
530 RAW_VLOG(12, "Deleting region %p..%p",
539 RAW_VLOG(12, "Splitting region %p..%p in two",
552 RAW_VLOG(12, "Start-chopping region %p..%p",
558 RAW_VLOG(12, "End-chopping region %p..%p",
574 RAW_VLOG(12, "Removed region %p..%p; have %"PRIuS" regions",
587 // TODO(maxim): replace all 0x%"PRIxS" by %p when RAW_VLOG uses a safe
589 RAW_VLOG(10, "MMap = 0x%"PRIxPTR" of %"PRIuS" at %"PRIu64" "
600 RAW_VLOG(10, "MUnmap of %p %"PRIuS"", ptr, size);
610 RAW_VLOG(10, "MRemap = 0x%"PRIxPTR" of 0x%"PRIxPTR" %"PRIuS" "
624 RAW_VLOG(10, "Sbrk = 0x%"PRIxPTR" of %"PRIdS"", (uintptr_t)result, increment);