Home
last modified time | relevance | path

Searched defs:sopts (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/jemalloc/src/
H A Djemalloc.c1916 imalloc_no_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, in imalloc_no_sample()
1958 imalloc_sample(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd, in imalloc_sample()
2032 imalloc_body(static_opts_t *sopts, dynamic_opts_t *dopts, tsd_t *tsd) { in imalloc_body()
2232 imalloc_init_check(static_opts_t *sopts, dynamic_opts_t *dopts) { in imalloc_init_check()
2250 imalloc(static_opts_t *sopts, dynamic_opts_t *dopts) { in imalloc()
2277 static_opts_t sopts; in malloc_default() local
2399 static_opts_t sopts; in je_posix_memalign() local
2440 static_opts_t sopts; in JEMALLOC_ATTR() local
2480 static_opts_t sopts; in JEMALLOC_ATTR() local
2706 static_opts_t sopts; in je_realloc() local
[all …]
/freebsd-src/usr.sbin/lpr/common_source/
H A Dmatchjobs.c493 scanq_jobspec(int qcount, struct jobqueue **squeue, int sopts, struct in scanq_jobspec()
/freebsd-src/usr.bin/sort/
H A Dsort.c774 parse_pos_obs(const char *s, int *nf, int *nc, char* sopts) in parse_pos_obs()