OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Allocated
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslallocate.c
56
* PARAMETERS: Size - Bytes to be
allocated
58
* RETURN: Pointer to the
allocated
memory. If this function returns
74
void *
Allocated
;
77
Allocated
= ACPI_ALLOCATE_ZEROED (Size);
78
if (!
Allocated
)
91
return (
Allocated
);
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingFile.c
118
char *
Allocated
;
141
Allocated
= malloc(I + NumPids*(PidLength - 2) + 1);
142
if (!
Allocated
)
149
memcpy(
Allocated
+ J, PidChars, PidLength);
154
Allocated
[J++] = Filename[I];
155
Allocated
[J] = 0;
158
setFilename(
Allocated
, 1);
Completed in 14 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026