Searched defs:action_decision_len (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dcache.c792 size_t action_decision_len = sizeof(struct am_cache_entry_data); local
793 struct am_cache_entry_data *action_decision = am_shm_alloc_with_gc(cache, action_decision_len, am_purge_caches_to_now, request->instance_id);
797 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes", thisfunc, action_decision_len);
801 memset(action_decision, 0, action_decision_len);

Completed in 42 milliseconds