Searched refs:mallocFreeMatchingInterval (Results 1 – 5 of 5) sorted by relevance
33 uint32_t mallocFreeMatchingInterval {0};66 … filterNapiName" << filterNapiName << "mallocFreeMatchingInterval: " << mallocFreeMatchingInterval; in ToString()
57 g_nativeConfig.set_malloc_free_matching_interval(hookData.mallocFreeMatchingInterval); in SetNativeHookConfig()
181 hookData.mallocFreeMatchingInterval = std::stoi(args[idx + 1], nullptr); in ParseCommand()182 if (std::to_string(hookData.mallocFreeMatchingInterval) != args[idx + 1]) { in ParseCommand()
458 mallocFreeMatchingInterval?: number; property
530 nativeConfig.mallocFreeMatchingInterval = spAllocations.sample_interval;