public interface MemoryReservationHandler
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<?> |
reserveMemory(String allocationTag,
long delta) |
boolean |
tryReserveMemory(String allocationTag,
long delta)
Try reserving the given number of bytes.
|
com.google.common.util.concurrent.ListenableFuture<?> reserveMemory(String allocationTag, long delta)
boolean tryReserveMemory(String allocationTag, long delta)
Copyright © 2012–2019. All rights reserved.