OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unaligned_ptr
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
pagealign_alloc.c
162
void *
unaligned_ptr
= malloc (size + pagesize - 1);
local
163
if (
unaligned_ptr
== NULL)
170
ret = (char *)
unaligned_ptr
171
+ ((- (unsigned long)
unaligned_ptr
) & (pagesize - 1));
172
new_memnode (ret,
unaligned_ptr
);
Completed in 16 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026