You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KIP introduces pooled memory of a similar kind to what LillyDAP expects. It is called DER MEM because it might move into Quick DER some day. It is only slightly geared towards DER processing though, and is just a generally useful memory pool driver.
Memory pools are great because they allow allocation of memory in a pool that will be torn down in whole at a given moment: the end of a process, connection, request or the universe.
The text was updated successfully, but these errors were encountered:
KIP introduces pooled memory of a similar kind to what LillyDAP expects. It is called DER MEM because it might move into Quick DER some day. It is only slightly geared towards DER processing though, and is just a generally useful memory pool driver.
Memory pools are great because they allow allocation of memory in a pool that will be torn down in whole at a given moment: the end of a process, connection, request or the universe.
The text was updated successfully, but these errors were encountered: