Home
last modified time | relevance | path

Searched refs:free_policy (Results 1 – 5 of 5) sorted by relevance

/test/dittosuite/src/
Dmemory_allocation.cpp49 const FreePolicy free_policy) in MemoryAllocation() argument
50 : Instruction(kName, params), size_(size), free_policy_(free_policy) {} in MemoryAllocation()
Dinstruction_factory.cpp303 dittosuite::FreePolicy free_policy = ConvertFreePolicy(options.free_policy()); in CreateFromProtoInstruction() local
304 return std::make_unique<MemoryAllocation>(instruction_params, options.size(), free_policy); in CreateFromProtoInstruction()
/test/dittosuite/example/
Dmemory_growing.ditto13 free_policy: FREE_POLICY_LAST_PERIOD
/test/dittosuite/include/ditto/
Dmemory_allocation.h28 const FreePolicy free_policy);
/test/dittosuite/schema/
Dbenchmark.proto31 optional FreePolicy free_policy = 2 [default = FREE_POLICY_KEEP]; field