NativeMemoryChunkPool.smali
.class public Lcom/facebook/imagepipeline/memory/NativeMemoryChunkPool;
.super Lcom/facebook/imagepipeline/memory/MemoryChunkPool;
.source "NativeMemoryChunkPool.java"
# annotations
.annotation build Lcom/facebook/common/internal/DoNotStrip;
.end annotation
.annotation build Ljavax/annotation/concurrent/ThreadSafe;
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method public constructor <init>(Lcom/facebook/common/memory/MemoryTrimmableRegistry;Lcom/facebook/imagepipeline/memory/PoolParams;Lcom/facebook/imagepipeline/memory/PoolStatsTracker;)V
.registers 4
.annotation build Lcom/facebook/common/internal/DoNotStrip;
.end annotation
invoke-direct {p0, p1, p2, p3}, Lcom/facebook/imagepipeline/memory/MemoryChunkPool;-><init>(Lcom/facebook/common/memory/MemoryTrimmableRegistry;Lcom/facebook/imagepipeline/memory/PoolParams;Lcom/facebook/imagepipeline/memory/PoolStatsTracker;)V
return-void
.end method
# virtual methods
.method public bridge synthetic alloc(I)Lcom/facebook/imagepipeline/memory/MemoryChunk;
.registers 2
invoke-virtual {p0, p1}, Lcom/facebook/imagepipeline/memory/NativeMemoryChunkPool;->alloc(I)Lcom/facebook/imagepipeline/memory/NativeMemoryChunk;
move-result-object p1
return-object p1
.end method
.method public alloc(I)Lcom/facebook/imagepipeline/memory/NativeMemoryChunk;
.registers 3
new-instance v0, Lcom/facebook/imagepipeline/memory/NativeMemoryChunk;
invoke-direct {v0, p1}, Lcom/facebook/imagepipeline/memory/NativeMemoryChunk;-><init>(I)V
return-object v0
.end method
.method public bridge synthetic alloc(I)Ljava/lang/Object;
.registers 2
invoke-virtual {p0, p1}, Lcom/facebook/imagepipeline/memory/NativeMemoryChunkPool;->alloc(I)Lcom/facebook/imagepipeline/memory/NativeMemoryChunk;
move-result-object p1
return-object p1
.end method