MCPcopy Create free account
hub / github.com/SoarGroup/Soar / init_firer

Function init_firer

Core/SoarKernel/src/recmem.cpp:735–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733 ======================================================================= */
734
735void init_firer(agent* thisAgent)
736{
737 init_memory_pool(thisAgent, &thisAgent->instantiation_pool,
738 sizeof(instantiation), "instantiation");
739}
740
741inline bool trace_firings_of_inst(agent* thisAgent, instantiation* inst)
742{

Callers 1

init_soar_agentFunction · 0.85

Calls 1

init_memory_poolFunction · 0.85

Tested by

no test coverage detected