OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stack_block
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
memalloc.c
112
struct
stack_block
{
struct
113
struct
stack_block
*prev;
117
struct
stack_block
stackbase;
118
struct
stack_block
*stackp = &stackbase;
132
struct
stack_block
*sp;
138
sp = ckmalloc(sizeof(struct
stack_block
) - MINSIZE + blocksize);
192
struct
stack_block
*sp;
225
struct
stack_block
*oldstackp;
227
struct
stack_block
*sp;
233
sizeof(struct
stack_block
) - MINSIZE + newlen)
[
all
...]
memalloc.c
112
struct
stack_block
{
struct
113
struct
stack_block
*prev;
117
struct
stack_block
stackbase;
118
struct
stack_block
*stackp = &stackbase;
132
struct
stack_block
*sp;
138
sp = ckmalloc(sizeof(struct
stack_block
) - MINSIZE + blocksize);
192
struct
stack_block
*sp;
225
struct
stack_block
*oldstackp;
227
struct
stack_block
*sp;
233
sizeof(struct
stack_block
) - MINSIZE + newlen)
[
all
...]
Completed in 42 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025