OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rresult
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/stdlib/
malloc.c
348
caddr_t result,
rresult
, tail;
local in function:map_pages
362
rresult
= (caddr_t)pageround((size_t)(uintptr_t)result);
363
if (result <
rresult
) {
365
if (sbrk((intptr_t)(
rresult
- result)) == (void *) -1) {
372
tail =
rresult
+ (size_t)bytes;
386
return
rresult
;
malloc.c
348
caddr_t result,
rresult
, tail;
local in function:map_pages
362
rresult
= (caddr_t)pageround((size_t)(uintptr_t)result);
363
if (result <
rresult
) {
365
if (sbrk((intptr_t)(
rresult
- result)) == (void *) -1) {
372
tail =
rresult
+ (size_t)bytes;
386
return
rresult
;
malloc.c
348
caddr_t result,
rresult
, tail;
local in function:map_pages
362
rresult
= (caddr_t)pageround((size_t)(uintptr_t)result);
363
if (result <
rresult
) {
365
if (sbrk((intptr_t)(
rresult
- result)) == (void *) -1) {
372
tail =
rresult
+ (size_t)bytes;
386
return
rresult
;
Completed in 38 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025