Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_map_allocator.h292 uint64_t randomNum = distribution(generator); in RandomGenerateBigAddr() local
295 return reinterpret_cast<void *>(addr + (randomNum << RANDOM_SHIFT_BIT)); in RandomGenerateBigAddr()

Completed in 1 milliseconds