OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:freelists
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libbind/dist/irs/
lcl_ng.c
103
static void
freelists
(struct irs_ng *);
142
freelists
(this);
163
freelists
(this);
169
freelists
(this);
171
freelists
(this);
215
freelists
(this);
218
freelists
(this);
238
freelists
(struct irs_ng *this) {
function
303
freelists
(this);
325
freelists
(this)
[
all
...]
/src/external/bsd/libbind/dist/isc/
memcluster.c
117
static memcluster_element **
freelists
;
variable
141
if (
freelists
!= NULL) {
157
freelists
= malloc(max_size * sizeof (memcluster_element *));
159
if (
freelists
== NULL || stats == NULL) {
163
memset(
freelists
, 0,
202
if (
freelists
== NULL) {
248
if (
freelists
[new_size] == NULL) {
309
((memcluster_element *)curr)->next =
freelists
[new_size];
310
freelists
[new_size] = new;
315
e =
freelists
[new_size]
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c
172
element **
freelists
;
member in struct:isc__mem
479
((element *)next)->next = ctx->
freelists
[total_size];
480
ctx->
freelists
[total_size] = (element *)next;
488
ctx->
freelists
[new_size] = tmp;
522
if (ctx->
freelists
[new_size] == NULL) {
525
INSIST(ctx->
freelists
[new_size] != NULL);
531
ret = ctx->
freelists
[new_size];
532
ctx->
freelists
[new_size] = ctx->
freelists
[new_size]->next;
602
((element *)mem)->next = ctx->
freelists
[new_size]
[
all
...]
Completed in 36 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026