Searched refs:ldt_size (Results 1 – 1 of 1) sorted by relevance
1937 size_t ldt_size; in Pldt_gcore() local1951 ldt_size = limit * sizeof (*ldts); in Pldt_gcore()1952 ldts = malloc(ldt_size); in Pldt_gcore()1954 mdb_warn("Failed to malloc ldts (size %lld)n", ldt_size); in Pldt_gcore()1958 if (mdb_vread(ldts, ldt_size, p->p_ldt) != ldt_size) { in Pldt_gcore()