OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NALLOC
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/cdb/
cdbw.c
634
#define
NALLOC
(var, n) var = calloc(sizeof(*var), n)
635
NALLOC
(state.g, state.entries);
636
NALLOC
(state.visited, state.entries);
637
NALLOC
(state.vertices, state.entries);
638
NALLOC
(state.edges, state.keys);
639
NALLOC
(state.output_order, state.keys);
640
#undef
NALLOC
/src/usr.bin/col/
col.c
556
#define
NALLOC
64
567
if ((l = realloc(NULL, sizeof(LINE) *
NALLOC
)) == NULL)
570
for (i = 1; i <
NALLOC
; i++, l++)
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gtt.h
56
#define
NALLOC
3 /* 1 normal, 1 for concurrent threads, 1 for preallocation */
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025