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

  /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) +
  /src/external/mpl/bind/dist/lib/isc/
mem.c 100 typedef ISC_LIST(debuglink_t) debuglist_t; typedef
143 debuglist_t *debuglist;
582 sizeof(debuglist_t));
636 ISC_CHECKED_MUL(DEBUG_TABLE_COUNT, sizeof(debuglist_t)),

Completed in 72 milliseconds