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

Function init_decider

Core/SoarKernel/src/decide.cpp:3353–3359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3351********************************************************************** */
3352
3353void init_decider(agent* thisAgent)
3354{
3355 init_memory_pool(thisAgent, &thisAgent->slot_pool, sizeof(slot), "slot");
3356 init_memory_pool(thisAgent, &thisAgent->wme_pool, sizeof(wme), "wme");
3357 init_memory_pool(thisAgent, &thisAgent->preference_pool,
3358 sizeof(preference), "preference");
3359}
3360
3361void do_buffered_wm_and_ownership_changes(agent* thisAgent)
3362{

Callers 1

init_soar_agentFunction · 0.85

Calls 1

init_memory_poolFunction · 0.85

Tested by

no test coverage detected