garbage collector

This function is a generic interface to the garbage collector.
Esta función es una interfaz genérica al liberador de memoria.
A weak reference is ignored by the garbage collector.
Una referencia débil es ignorada por el liberador de memoria.
In TRIM-enabled SSDs drives, this operation is done in the background by the garbage collector.
Cuando TRIM está habilitado en la unidad SSD, esta operación se realiza en segundo plano por el recolector de elementos no utilizados.
The recommendation is to call three times the garbage collector to clean everything, including finalizers, if any is present.
La recomendación es llamar tres veces al garbage collector para limpiar todo, incluyendo finalizadores si hay alguno dando vuelta.
In that circumstance, the garbage collector executes multiple garbage collection events and can degrade the performance of your app.
En esa circunstancia, el recolector de elementos no utilizados ejecuta múltiples eventos de recolección y puede disminuir el rendimiento de tu app.
In other words, if the only references to an object are weak references, then the garbage collector will collect this object.
En otras palabras, si las únicas referencias a un objeto son referencias débiles entonces se libera la memoria asociada con este objeto.
This forces the garbage collector to run more often and also bypasses caches and optimizations in the hardware pipeline.
Esto obliga al recolector de elementos no utilizados a ejecutarse con más frecuencia y también omite las cachés y las optimizaciones en la canalización de hardware.
If the ViewModel outlives the activity (in case of configuration changes), your activity leaks and isn't properly disposed by the garbage collector.
Si el ViewModel dura más tiempo que la actividad (en el caso de los cambios de configuración), tu actividad tendrá fugas y el recolector de elementos no utilizados no la desechará correctamente.
Android provides a managed memory environment—when it determines that your app is no longer using some objects, the garbage collector releases the unused memory back to the heap.
Android proporciona un entorno de memoria administrada. Cuando determina que tu app ya no usa algunos objetos, el recolector de elementos no usados libera la memoria no usada para devolverla al montón.
The only way to release memory from an app is to release object references that the app holds, making the memory available to the garbage collector.
La única forma de liberar memoria de una app es liberar referencias a objetos que la app contiene a fin de que la memoria esté disponible para el recolector de elementos no utilizados.
There's no worrying about dangling pointers, the Garbage Collector takes care of all that.
No hay que preocuparse por los punteros, el Garbage Collector se ocupa de ellos.
Other Dictionaries
Explore the meaning of garbage collector in our family of products.
Word of the Day
fig