HomeSort by: relevance | last modified time | path
    Searched defs:debuglist_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/
mem.c 99 typedef ISC_LIST(debuglink_t) debuglist_t; typedef
143 debuglist_t *debuglist;
583 sizeof(debuglist_t));
637 ISC_CHECKED_MUL(DEBUG_TABLE_COUNT, sizeof(debuglist_t)),
mem.c 99 typedef ISC_LIST(debuglink_t) debuglist_t; typedef
143 debuglist_t *debuglist;
583 sizeof(debuglist_t));
637 ISC_CHECKED_MUL(DEBUG_TABLE_COUNT, sizeof(debuglist_t)),
  /src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c 87 typedef ISC_LIST(debuglink_t) debuglist_t; typedef
181 debuglist_t *debuglist;
850 (DEBUG_TABLE_COUNT * sizeof(debuglist_t)));
854 ctx->malloced += DEBUG_TABLE_COUNT * sizeof(debuglist_t);
855 ctx->maxmalloced += DEBUG_TABLE_COUNT * sizeof(debuglist_t);
903 ctx->malloced -= DEBUG_TABLE_COUNT * sizeof(debuglist_t);
2078 sizeof(debuglist_t) +
2245 sizeof(debuglist_t) +
mem.c 87 typedef ISC_LIST(debuglink_t) debuglist_t; typedef
181 debuglist_t *debuglist;
850 (DEBUG_TABLE_COUNT * sizeof(debuglist_t)));
854 ctx->malloced += DEBUG_TABLE_COUNT * sizeof(debuglist_t);
855 ctx->maxmalloced += DEBUG_TABLE_COUNT * sizeof(debuglist_t);
903 ctx->malloced -= DEBUG_TABLE_COUNT * sizeof(debuglist_t);
2078 sizeof(debuglist_t) +
2245 sizeof(debuglist_t) +

Completed in 51 milliseconds