OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bfit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/atari/
stalloc.c
83
struct mem_node *mn, *new, *
bfit
;
local in function:alloc_stmem
97
bfit
= NULL;
100
if ((
bfit
!= NULL) &&
101
(
bfit
->size < mn->size))
103
bfit
= mn;
106
if (
bfit
!= NULL)
107
mn =
bfit
;
stalloc.c
83
struct mem_node *mn, *new, *
bfit
;
local in function:alloc_stmem
97
bfit
= NULL;
100
if ((
bfit
!= NULL) &&
101
(
bfit
->size < mn->size))
103
bfit
= mn;
106
if (
bfit
!= NULL)
107
mn =
bfit
;
Completed in 28 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025