Searched refs:hsize (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dstats.c307 size_t curlextents, sz, hsize; local
315 assert_d_eq(mallctl("arenas.lextent.0.size", (void *)&hsize, &sz, NULL,
318 p = mallocx(hsize, 0);
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost-rpc-server.cpp603 size_t hsize = handles_count * sizeof(zx_handle_t); local
610 memcpy(in_buf, handles_data, hsize);

Completed in 27 milliseconds