OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Allocation
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/utilities/
uttrack.c
3
* Module Name: uttrack - Memory
allocation
tracking routines (debug only)
48
* Each memory
allocation
is tracked via a doubly linked list. Each
68
ACPI_DEBUG_MEM_BLOCK *
Allocation
);
128
* PARAMETERS: Size - Size of the
allocation
146
ACPI_DEBUG_MEM_BLOCK *
Allocation
;
159
Allocation
= AcpiOsAllocate (Size + sizeof (ACPI_DEBUG_MEM_HEADER));
160
if (!
Allocation
)
162
/* Report
allocation
error */
171
Allocation
, Size, ACPI_MEM_MALLOC, Component, Module, Line);
174
AcpiOsFree (
Allocation
);
[
all
...]
utalloc.c
3
* Module Name: utalloc - local memory
allocation
routines
57
* PARAMETERS: Size - Size of the
allocation
71
void *
Allocation
;
77
Allocation
= AcpiOsAllocate (Size);
78
if (
Allocation
)
82
memset (
Allocation
, 0, Size);
85
return (
Allocation
);
184
/* Memory
allocation
lists */
260
/* Debug only - display leftover memory
allocation
, if any */
372
* purposefully bypass the (optionally enabled) internal
allocation
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.cc
424
Printf("%sfreed by thread %s here:%s\n", d.
Allocation
(),
428
Printf("%spreviously allocated by thread %s here:%s\n", d.
Allocation
(),
431
Printf("%sallocated by thread %s here:%s\n", d.
Allocation
(),
asan_descriptions.h
49
const char *
Allocation
() { return Magenta(); }
Completed in 39 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026