OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unmapper
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/mojo/public/cpp/system/
buffer.h
28
struct
Unmapper
{
37
using ScopedSharedBufferMapping = std::unique_ptr<void, internal::
Unmapper
>;
/external/v8/src/heap/
spaces.cc
319
unmapper
()->TearDown();
335
class MemoryAllocator::
Unmapper
::UnmapFreeMemoryTask : public CancelableTask {
337
explicit UnmapFreeMemoryTask(Isolate* isolate,
Unmapper
*
unmapper
)
339
unmapper_(
unmapper
),
355
Unmapper
* const unmapper_;
360
void MemoryAllocator::
Unmapper
::FreeQueuedChunks() {
366
"
Unmapper
::FreeQueuedChunks: reached task limit (%d)\n",
374
"
Unmapper
::FreeQueuedChunks: new task id=%" PRIu64 "\n",
388
void MemoryAllocator::
Unmapper
::CancelAndWaitForPendingTasks()
[
all
...]
spaces.h
1471
Unmapper*
unmapper
() { return &
unmapper
_; }
function in class:v8::internal::MemoryAllocator
[
all
...]
Completed in 159 milliseconds