Home
last modified time | relevance | path

Searched refs:bytes_to_free (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1076 size_t bytes_to_free, in AllocateChunk() argument
1080 chunk->size_ -= bytes_to_free; in AllocateChunk()
3593 const size_t bytes_to_free = in AllocateChunk() local
3596 current, free_start, bytes_to_free, in AllocateChunk()
3598 size_ -= bytes_to_free; in AllocateChunk()
3599 AccountUncommitted(bytes_to_free); in AllocateChunk()
Dspaces.h1441 size_t bytes_to_free, Address new_area_end);