MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / options

Method options

system/lib/libcxx/src/memory_resource.cpp:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327pool_options unsynchronized_pool_resource::options() const {
328 pool_options p;
329 p.max_blocks_per_chunk = __options_max_blocks_per_chunk_;
330 p.largest_required_pool_block = __pool_block_size(__num_fixed_pools_ - 1);
331 return p;
332}
333
334void unsynchronized_pool_resource::release() {
335 __adhoc_pool_.__release_ptr(__res_);

Callers 1

pool_options optionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected