MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / get_min_array_size32

Function get_min_array_size32

deps/jemalloc/test/src/SFMT.c:428–430  ·  view source on GitHub ↗

* This function returns the minimum size of array used for \b * fill_array32() function. * @return minimum size of array used for fill_array32() function. */

Source from the content-addressed store, hash-verified

426 * @return minimum size of array used for fill_array32() function.
427 */
428int get_min_array_size32(void) {
429 return N32;
430}
431
432/**
433 * This function returns the minimum size of array used for \b

Callers 2

SFMT.cFile · 0.50
TEST_BEGINFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected