Searched refs:advice_len (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dcache.c817 size_t advice_len = sizeof(struct am_cache_entry_data) + aee->ns + aee->vs + 2; local
818 struct am_cache_entry_data *advice = am_shm_alloc_with_gc(cache, advice_len, am_purge_caches_to_now, request->instance_id);
822 AM_LOG_DEBUG(request->instance_id, "%s failed to allocate %ld bytes", thisfunc, advice_len);
826 memset(advice, 0, advice_len);

Completed in 42 milliseconds