Searched defs:FreeMemory (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c1868 void FreeMemory ( void* p, int* zz ) function
1930 FreeMemory((void *)abase,&systemerror);
1931 FreeMemory((void *)bbase,&systemerror);
1932 FreeMemory((void *)cbase,&systemerror);
/external/chromium_org/v8/src/
H A Dspaces.cc300 // TODO(gc) this will be true again when we fix FreeMemory.
307 void MemoryAllocator::FreeMemory(VirtualMemory* reservation, function in class:v8::internal::MemoryAllocator
329 void MemoryAllocator::FreeMemory(Address base, function in class:v8::internal::MemoryAllocator
754 FreeMemory(reservation, chunk->executable());
756 FreeMemory(chunk->address(),
1270 heap()->isolate()->memory_allocator()->FreeMemory(&reservation_,
/external/v8/src/
H A Dspaces.cc288 // TODO(gc) this will be true again when we fix FreeMemory.
295 void MemoryAllocator::FreeMemory(VirtualMemory* reservation, function in class:v8::internal::MemoryAllocator
317 void MemoryAllocator::FreeMemory(Address base, function in class:v8::internal::MemoryAllocator
612 FreeMemory(reservation, chunk->executable());
614 FreeMemory(chunk->address(),
1084 heap()->isolate()->memory_allocator()->FreeMemory(&reservation_,

Completed in 136 milliseconds