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

  /src/lib/libc/stdlib/
jemalloc.c 372 typedef struct malloc_bin_stats_s malloc_bin_stats_t; typedef in typeref:struct:malloc_bin_stats_s
597 malloc_bin_stats_t stats;
2563 memset(&bin->stats, 0, sizeof(malloc_bin_stats_t));
2580 memset(&bin->stats, 0, sizeof(malloc_bin_stats_t));
2595 memset(&bin->stats, 0, sizeof(malloc_bin_stats_t));
jemalloc.c 372 typedef struct malloc_bin_stats_s malloc_bin_stats_t; typedef in typeref:struct:malloc_bin_stats_s
597 malloc_bin_stats_t stats;
2563 memset(&bin->stats, 0, sizeof(malloc_bin_stats_t));
2580 memset(&bin->stats, 0, sizeof(malloc_bin_stats_t));
2595 memset(&bin->stats, 0, sizeof(malloc_bin_stats_t));

Completed in 24 milliseconds