OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptr2idx
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/stdlib/
malloc.c
200
#define
ptr2idx
(foo) \
macro
374
last_idx =
ptr2idx
(tail) - 1;
379
last_idx =
ptr2idx
(malloc_brk) - 1;
595
if (page_dir[
ptr2idx
(pf->page)] != MALLOC_FREE)
597
if (page_dir[
ptr2idx
(pf->end)-1] != MALLOC_FREE)
620
if (p != NULL && page_dir[
ptr2idx
(p)] != MALLOC_FREE)
632
idx =
ptr2idx
(p);
712
page_dir[
ptr2idx
(pp)] = bp;
824
idx =
ptr2idx
(ptr);
1025
idx =
ptr2idx
(pf->end)
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025