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

/forgerock/web-agents-v4/source/
H A Dcache.c745 size_t policy_len = sizeof(struct am_cache_entry_data) + resource_len + 1; local
746 struct am_cache_entry_data *policy = am_shm_alloc_with_gc(cache, policy_len, am_purge_caches_to_now, request->instance_id);
750 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes", thisfunc, policy_len);
755 memset(policy, 0, policy_len);

Completed in 1144 milliseconds