HomeSort by relevance Sort by last modified time
    Searched refs:FreeGuardedVirtualMemory (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/trace_event/
heap_profiler_allocation_register_posix.cc 51 void FreeGuardedVirtualMemory(void* address, size_t allocated_size) {
heap_profiler_allocation_register.h 35 void FreeGuardedVirtualMemory(void* address, size_t allocated_size);
66 FreeGuardedVirtualMemory(cells_, num_cells_ * sizeof(Cell));
67 FreeGuardedVirtualMemory(buckets_, NumBuckets * sizeof(Bucket));

Completed in 182 milliseconds