aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/performance/memory/index.html
blob: 91c3dd3e0b9fc3133d1adcdb37af36e417550241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: Performance.memory
slug: Web/API/Performance/memory
translation_of: Web/API/Performance/memory
---
<p>{{APIRef}}</p>

<h2 id="Sintaxis">Sintaxis</h2>

<pre class="syntaxbox"><em>timingInfo</em> = <em>performance</em>.memory</pre>

<h2 id="Atributos">Atributos</h2>

<dl>
 <dt><code>jsHeapSizeLimit</code></dt>
 <dd>El tamaño máximo del heap en bytes que está disponible para el contexto.</dd>
 <dt><code>totalJSHeapSize</code></dt>
 <dd>El total del heap asignado, en bytes. The total allocated heap size, in bytes.</dd>
</dl>

<dl>
 <dt>usedJSHeapSize</dt>
 <dd>El actualmente activo segmento de heap de JS, en bytes.</dd>
</dl>

<h2 id="Especificaciones">Especificaciones</h2>

<p>Ninguna.</p>

<h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2>

<div>


<p>{{Compat("api.Performance.memory")}}</p>
</div>

<h2 id="Ver_también">Ver también</h2>

<ul>
 <li>The {{domxref("Performance")}} interface it belongs to.</li>
</ul>