OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextf
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/ld.elf_so/
xmalloc.c
142
*
nextf
[i] is the pointer to the next free block of size 2^(i+3). The
147
static union overhead *
nextf
[NBUCKETS];
variable in typeref:union:overhead * []
237
if ((op =
nextf
[bucket]) == NULL) {
239
if ((op =
nextf
[bucket]) == NULL)
243
nextf
[bucket] = op->ov_next;
297
nextf
[bucket] = op;
325
op->ov_next =
nextf
[size]; /* also clobbers ov_magic */
326
nextf
[size] = op;
400
for (j = 0, p =
nextf
[i]; p; p = p->ov_next, j++)
/src/lib/libbsdmalloc/
malloc.c
109
*
nextf
[i] is the pointer to the next free block of size 2^(i+3). The
114
static union overhead *
nextf
[NBUCKETS];
variable in typeref:union:overhead * []
240
if ((op =
nextf
[bucket]) == NULL) {
242
if ((op =
nextf
[bucket]) == NULL) {
248
nextf
[bucket] = op->ov_next;
304
nextf
[bucket] = op;
334
op->ov_next =
nextf
[(unsigned int)size];/* also clobbers ov_magic */
335
nextf
[(unsigned int)size] = op;
452
for (p =
nextf
[i]; p && j != srchlen; p = p->ov_next) {
479
for (j = 0, p =
nextf
[i]; p; p = p->ov_next, j++
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025