Difference between revisions of "Memory Manager API"
From Winamp Developer Wiki
(+stub; +cat Category:Articles) |
|||
| (One intermediate revision by one user not shown) | |||
| Line 2: | Line 2: | ||
To make it easier for one plugin to allocate memory that another frees, there is a common memory manager. It is used mostly by the [[Image Loader Service|image loading services]] and the [[Album Art API]], but is used a few other places also. | To make it easier for one plugin to allocate memory that another frees, there is a common memory manager. It is used mostly by the [[Image Loader Service|image loading services]] and the [[Album Art API]], but is used a few other places also. | ||
| + | |||
| + | {{stub}} | ||
| + | |||
| + | [[Category:Articles]] | ||
Latest revision as of 14:07, 10 June 2009
api/memmgr/api_memmgr.h
To make it easier for one plugin to allocate memory that another frees, there is a common memory manager. It is used mostly by the image loading services and the Album Art API, but is used a few other places also.