OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pginfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
malloc.c
147
struct
pginfo
{
struct
148
struct
pginfo
*next; /* next on the free list */
178
#define MALLOC_NOT_MINE ((struct
pginfo
*) 0)
179
#define MALLOC_FREE ((struct
pginfo
*) 1)
180
#define MALLOC_FIRST ((struct
pginfo
*) 2)
181
#define MALLOC_FOLLOW ((struct
pginfo
*) 3)
182
#define MALLOC_MAGIC ((struct
pginfo
*) 4)
233
static struct
pginfo
**page_dir;
395
struct
pginfo
**new, **old;
658
struct
pginfo
*bp
[
all
...]
malloc.c
147
struct
pginfo
{
struct
148
struct
pginfo
*next; /* next on the free list */
178
#define MALLOC_NOT_MINE ((struct
pginfo
*) 0)
179
#define MALLOC_FREE ((struct
pginfo
*) 1)
180
#define MALLOC_FIRST ((struct
pginfo
*) 2)
181
#define MALLOC_FOLLOW ((struct
pginfo
*) 3)
182
#define MALLOC_MAGIC ((struct
pginfo
*) 4)
233
static struct
pginfo
**page_dir;
395
struct
pginfo
**new, **old;
658
struct
pginfo
*bp
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025