Searched refs:holes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dtools.c39 static dn_id hbuf[HOLE_SIZE], *holes = hbuf; variable
228 holes[i].id, holes[i].dn.bv_val);
548 if ( holes == hbuf ) {
549 holes = ch_malloc( nhmax * sizeof(dn_id) * 2 );
550 AC_MEMCPY( holes, hbuf, sizeof(hbuf) );
552 holes = ch_realloc( holes, nhmax * sizeof(dn_id) * 2 );
556 ber_dupbv( &holes[nholes].dn, &ndn );
557 holes[nhole
[all...]
/macosx-10.10.1/libauto-186/
H A DZoneCompaction.cpp464 size_t holes; member in struct:Auto::quantum_counts
483 counts.holes += count;
505 printf("q holes = { %lu, %lu }\n", small_counts.holes, medium_counts.holes);

Completed in 75 milliseconds