Home
last modified time | relevance | path

Searched refs:allocm (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/virtual_oss/bt/
H A Davdtp.c477 (1 << (1 - cfg->bands + 2)) | (1 << cfg->allocm); in avdtpAutoConfig()
488 if (cfg->allocm == ALLOC_SNR) in avdtpAutoConfig()
582 cfg->allocm = ALLOC_LOUDNESS; in avdtpParseSBCConfig()
584 cfg->allocm = ALLOC_SNR; in avdtpParseSBCConfig()
H A Dbt.h45 uint8_t allocm; member
H A Dsbc_encode.c164 if (cfg->allocm == ALLOC_SNR) { in calc_bitneed()
561 (cfg->chmode << 2) | (cfg->allocm << 1) | cfg->bands; in sbc_encode_frame()
643 (cfg->chmode << 2) | (cfg->allocm << 1) | cfg->bands; in sbc_decode_frame()
H A Dbt.c470 cfg->allocm = ALLOC_LOUDNESS; in bt_open()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h200 __sym_compat(allocm, weak_allocm, FBSD_1.3);
/freebsd/contrib/jemalloc/
H A DChangeLog1044 - Remove the *allocm() API, which is superseded by the *allocx() API.
1127 - Add the *allocx() API, which is a successor to the experimental *allocm()
1131 allocm()/rallocm() share with posix_memalign(). Note that *allocm() is
1156 violation of the *allocx()/*allocm() semantics.
1269 - Add the ALLOCM_ARENA() flag for {,r,d}allocm().
1402 - Fix prof-related bugs in allocm() and rallocm().
1467 - Fix aligned huge reallocation (affected allocm()).
1500 This version focuses on the experimental *allocm() API, and on improved
1505 - Implement the experimental {,r,s,d}allocm() AP
[all...]
H A DFREEBSD-diffs345 +__weak_reference(__allocm, allocm);