OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocations_
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_memory_profile.cc
34
HeapProfile() {
allocations_
.reserve(1024); }
52
Sort(
allocations_
.data(),
allocations_
.size(),
66
for (uptr i = 0; i < Min(
allocations_
.size(), max_number_of_contexts);
68
auto &a =
allocations_
[i];
84
InternalMmapVector<AllocationSite>
allocations_
;
member in class:__asan::HeapProfile
88
for (uptr i = 0; i <
allocations_
.size(); i++) {
89
if (
allocations_
[i].id == id) {
90
allocations_
[i].total_size += size;
91
allocations_
[i].count++
[
all
...]
asan_memory_profile.cc
34
HeapProfile() {
allocations_
.reserve(1024); }
52
Sort(
allocations_
.data(),
allocations_
.size(),
66
for (uptr i = 0; i < Min(
allocations_
.size(), max_number_of_contexts);
68
auto &a =
allocations_
[i];
84
InternalMmapVector<AllocationSite>
allocations_
;
member in class:__asan::HeapProfile
88
for (uptr i = 0; i <
allocations_
.size(); i++) {
89
if (
allocations_
[i].id == id) {
90
allocations_
[i].total_size += size;
91
allocations_
[i].count++
[
all
...]
Completed in 24 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025