OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMemoryLayout
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_linux.cc
81
uptr start =
kMemoryLayout
[i].start;
82
uptr end =
kMemoryLayout
[i].end;
83
MappingDesc::Type type =
kMemoryLayout
[i].type;
113
VPrintf(1, "%s: %zx - %zx\n",
kMemoryLayout
[i].name,
kMemoryLayout
[i].start,
114
kMemoryLayout
[i].end - 1);
127
uptr start =
kMemoryLayout
[i].start;
128
uptr end =
kMemoryLayout
[i].end;
130
MappingDesc::Type type =
kMemoryLayout
[i].type;
146
if (!MmapFixedNoReserve(start, size,
kMemoryLayout
[i].name)
[
all
...]
msan.h
49
const MappingDesc
kMemoryLayout
[] = {
82
const MappingDesc
kMemoryLayout
[] = {
163
const MappingDesc
kMemoryLayout
[] = {
189
const MappingDesc
kMemoryLayout
[] = {
212
const MappingDesc
kMemoryLayout
[] = {
226
const MappingDesc
kMemoryLayout
[] = {
247
const uptr kMemoryLayoutSize = sizeof(
kMemoryLayout
) / sizeof(
kMemoryLayout
[0]);
261
if (
kMemoryLayout
[i].type == mapping_type &&
262
addr >=
kMemoryLayout
[i].start && addr < kMemoryLayout[i].end
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025