OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nummaps
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
sl_malloc.c
270
int
nummaps
= size >> shiftamt;
local
271
assert(
nummaps
);
272
nummaps
>>= 3;
273
if (!
nummaps
)
nummaps
= 1;
274
sh->sh_map[i] = (unsigned char *) ch_malloc(
nummaps
);
275
memset(sh->sh_map[i], 0,
nummaps
);
zn_malloc.c
200
int
nummaps
= zh->zh_zonesize >> shiftamt;
local
201
assert(
nummaps
);
202
nummaps
>>= 3;
203
if (!
nummaps
)
nummaps
= 1;
204
zh->zh_maps[i][j] = (unsigned char *)ch_malloc(
nummaps
);
205
memset(zh->zh_maps[i][j], 0,
nummaps
);
353
int
nummaps
= zh->zh_zonesize >> shiftamt;
local
354
assert(
nummaps
);
355
nummaps
>>= 3
710
int
nummaps
= zh->zh_zonesize >> shiftamt;
local
[
all
...]
Completed in 56 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026