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

  /src/external/gpl2/libmalloc/dist/
mcheck.c 54 #define flood memset macro
56 static void flood __P ((__ptr_t, int, __malloc_size_t));
58 flood (ptr, val, size) function
103 flood (ptr, FREEFLOOD, hdr->size);
125 flood ((__ptr_t) (hdr + 1), MALLOCFLOOD, size);
140 flood ((char *) ptr + size, FREEFLOOD, osize - size);
155 flood ((char *) (hdr + 1) + osize, MALLOCFLOOD, size - osize);
  /src/usr.sbin/map-mbone/
mapper.c 814 int flood = FALSE, graph = FALSE; local
832 flood = TRUE;
859 fprintf(stderr, "\t-f Flood the routing graph with queries\n");
904 if (flood)

Completed in 15 milliseconds