OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Allocations
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
37
std::vector<void *>
Allocations
;
47
for (void *Allocation :
Allocations
)
51
void add(void *Mem) {
Allocations
.push_back(Mem); }
/src/sys/external/bsd/acpica/dist/debugger/
dbexec.c
332
* DESCRIPTION: Determine the current number of "outstanding"
allocations
--
333
* those
allocations
that have not been freed and also are not
442
UINT32
Allocations
;
544
Allocations
= AcpiDbGetOutstandingAllocations () - PreviousAllocations;
548
if (
Allocations
> 0)
551
"0x%X Outstanding
allocations
after evaluation of %s\n",
552
Allocations
, AcpiGbl_DbMethodInfo.Pathname);
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_report.cpp
126
MmapAlignedOrDieOnFatalError(size, size * 2, "saved stack
allocations
");
414
allocations
(CopyAllocations()),
441
struct
Allocations
{
465
Allocations
CopyAllocations();
483
const
Allocations
allocations
;
member in class:__hwasan::__anon14550::BaseReport
573
BaseReport::
Allocations
BaseReport::CopyAllocations() {
747
for (const auto &sa :
allocations
.stack) {
761
if (
allocations
.stack.empty() && candidate.untagged_addr &&
767
for (const auto &ha :
allocations
.heap)
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026