OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unmapper
(Results
1 - 7
of
7
) sorted by null
/external/libmojo/mojo/public/cpp/system/
buffer.h
27
struct
Unmapper
{
36
using ScopedSharedBufferMapping = std::unique_ptr<void, internal::
Unmapper
>;
/frameworks/base/core/java/android/os/
SharedMemory.java
227
Runnable
unmapper
= new
Unmapper
(address, length, mMemoryRegistration.acquire());
local
228
return new DirectByteBuffer(length, address, mFileDescriptor,
unmapper
, readOnly);
312
private static final class
Unmapper
implements Runnable {
317
private
Unmapper
(long address, int size, MemoryRegistration memoryReference) {
/libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java
823
private static class
Unmapper
839
private
Unmapper
(long address, long size, int cap,
848
synchronized (
Unmapper
.class) {
870
synchronized (
Unmapper
.class) {
[
all
...]
/external/v8/src/heap/
spaces.cc
318
unmapper
()->TearDown();
335
class MemoryAllocator::
Unmapper
::UnmapFreeMemoryTask : public v8::Task {
337
explicit UnmapFreeMemoryTask(
Unmapper
*
unmapper
) : unmapper_(
unmapper
) {}
346
Unmapper
* unmapper_;
350
void MemoryAllocator::
Unmapper
::FreeQueuedChunks() {
361
bool MemoryAllocator::
Unmapper
::WaitUntilCompleted() {
371
template <MemoryAllocator::
Unmapper
::FreeMode mode>
372
void MemoryAllocator::
Unmapper
::PerformFreeMemoryOnQueuedChunks()
[
all
...]
spaces.h
1327
Unmapper*
unmapper
() { return &
unmapper
_; }
function in class:v8::internal::MemoryAllocator
[
all
...]
/frameworks/base/config/
preloaded-classes
[
all
...]
compiled-classes-phone
[
all
...]
Completed in 134 milliseconds