Searched refs:nsz (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/integration/ |
| H A D | mallocx.c | 121 size_t nsz, rsz; in TEST_BEGIN() local 123 nsz = nallocx(sz, 0); in TEST_BEGIN() 124 assert_zu_ne(nsz, 0, "Unexpected nallocx() error"); in TEST_BEGIN() 130 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch"); in TEST_BEGIN() 138 nsz = nallocx(sz, MALLOCX_ZERO); in TEST_BEGIN() 139 assert_zu_ne(nsz, 0, "Unexpected nallocx() error"); in TEST_BEGIN() 143 nsz); in TEST_BEGIN() 164 size_t nsz, rsz, alignment, total; in TEST_BEGIN() local 180 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN() 182 assert_zu_ne(nsz, 0, in TEST_BEGIN() [all …]
|
| H A D | xallocx.c | 317 size_t sz, nsz; in test_zero() local 344 for (sz = szmin; sz < szmax; sz = nsz) { in test_zero() 345 nsz = nallocx(sz+1, flags); in test_zero() 346 if (xallocx(p, sz+1, 0, flags) != nsz) { in test_zero() 352 assert_false(validate_fill(p, 0x00, sz, nsz-sz), in test_zero() 353 "Memory not filled: sz=%zu, nsz-sz=%zu", sz, nsz-sz); in test_zero() 354 memset((void *)((uintptr_t)p + sz), FILL_BYTE, nsz-sz); in test_zero() 355 assert_false(validate_fill(p, FILL_BYTE, 0, nsz), in test_zero() 356 "Memory not filled: nsz=%zu", nsz); in test_zero()
|
| H A D | sdallocx.c | 13 size_t nsz, sz, alignment, total; in TEST_BEGIN() local 29 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN() 33 total += nsz; in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | prof_reset.c | 242 size_t sz, nsz; in TEST_BEGIN() local 260 nsz = nallocx(sz+1, 0); in TEST_BEGIN() 261 assert_zu_eq(xallocx(p, nsz, 0, 0), sz, in TEST_BEGIN()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | berlin2-sony-nsz-gs7.dts | 14 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | syna.txt | 43 compatible = "sony,nsz-gs7", "marvell,berlin2", "marvell,berlin";
|