Searched defs:change_in_bytes (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dheap-inl.h463 int Heap::AdjustAmountOfExternalAllocatedMemory(int change_in_bytes) { argument
465 int amount = amount_of_external_allocated_memory_ + change_in_bytes;
466 if (change_in_bytes >= 0) {
H A Dapi.cc5201 int V8::AdjustAmountOfExternalAllocatedMemory(int change_in_bytes) { argument
5207 change_in_bytes);

Completed in 67 milliseconds