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
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc
25
typedef DenseSlabAlloc<int, 128, 128>
Alloc
;
26
typedef
Alloc
::Cache Cache;
27
typedef
Alloc
::IndexT IndexT;
30
Alloc
alloc
;
local
32
alloc
.InitCache(&cache);
37
IndexT idx =
alloc
.
Alloc
(&cache);
40
int *v =
alloc
.Map(idx);
46
int *v =
alloc
.Map(idx)
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h
165
AllocatorType *
Alloc
;
253
auto SegmentBlock =
Alloc
->Allocate();
298
:
Alloc
(&A),
304
Array() XRAY_NEVER_INSTRUMENT :
Alloc
(nullptr),
313
Array(Array &&O) XRAY_NEVER_INSTRUMENT :
Alloc
(O.
Alloc
),
318
O.
Alloc
= nullptr;
326
Alloc
= O.
Alloc
;
327
O.
Alloc
= nullptr
[
all
...]
xray_allocator.h
181
void *
Alloc
() XRAY_NEVER_INSTRUMENT {
278
Block Allocate() XRAY_NEVER_INSTRUMENT { return {
Alloc
()}; }
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_flag_parser.cc
23
LowLevelAllocator FlagParser::
Alloc
;
53
char *s2 = (char*)
Alloc
.Allocate(len + 1);
168
flags_ = (Flag *)
Alloc
.Allocate(sizeof(Flag) * kMaxFlags);
sanitizer_flags.cc
96
FlagHandlerInclude *fh_include = new (FlagParser::
Alloc
) // NOLINT
100
FlagHandlerInclude *fh_include_if_exists = new (FlagParser::
Alloc
) // NOLINT
sanitizer_flag_parser.h
120
static LowLevelAllocator
Alloc
;
135
FlagHandler<T> *fh = new (FlagParser::
Alloc
) FlagHandler<T>(var); // NOLINT
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
ChecksumImpl.cs
137
GCHandle hData = GCHandle.
Alloc
(data, GCHandleType.Pinned);
188
GCHandle hData = GCHandle.
Alloc
(data, GCHandleType.Pinned);
CodecBase.cs
54
_hInput = GCHandle.
Alloc
(_inBuffer, GCHandleType.Pinned);
55
_hOutput = GCHandle.
Alloc
(_outBuffer, GCHandleType.Pinned);
GZipStream.cs
162
GCHandle h = GCHandle.
Alloc
(buffer, GCHandleType.Pinned);
207
GCHandle h = GCHandle.
Alloc
(buffer, GCHandleType.Pinned);
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
segmented_array_test.cc
315
PtrArray::AllocatorType
Alloc
(16384);
316
Array<int *> A(
Alloc
);
332
PtrArray::AllocatorType
Alloc
(4096);
333
Array<int *> A(
Alloc
);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_dense_alloc.h
47
// Check that it makes sense to use the dense
alloc
.
62
IndexT
Alloc
(Cache *c) {
tsan_sync.cc
63
u32 idx = block_alloc_.
Alloc
(&thr->proc()->block_cache);
243
myidx = sync_alloc_.
Alloc
(&thr->proc()->sync_cache);
tsan_clock.cc
417
tab_idx_ = ctx->clock_alloc.
Alloc
(c);
423
u32 idx = ctx->clock_alloc.
Alloc
(c);
437
u32 idx = ctx->clock_alloc.
Alloc
(c);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.cc
134
FlagHandlerKeepGoing *fh_keep_going = new (FlagParser::
Alloc
) // NOLINT
Completed in 43 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026