OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/test/stress/pa/
pa_data_preprocessor.cpp
45
size_t
alloc_index
;
member in struct:AllocationRecord
56
size_t
alloc_index
, uint64_t nsecs) {
57
records_[addr] = {addr, size, shard_ind,
alloc_index
, nsecs};
339
record->
alloc_index
, event.nsecs,
pa_microbench.c
467
size_t
alloc_index
= event->size_or_alloc_index;
local
468
if (
alloc_index
< g_alloc_counter
469
&& g_alloc_records[
alloc_index
].active
470
&& g_alloc_records[
alloc_index
].shard_ind
479
g_alloc_records[
alloc_index
].edata,
486
g_alloc_records[
alloc_index
].size;
488
g_alloc_records[
alloc_index
].active = false;
Completed in 19 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026