| 113 | bool MallocExtension::VerifyMallocMemory(const void* p) { return true; } |
| 114 | |
| 115 | bool MallocExtension::GetNumericProperty(const char* property, size_t* value) { |
| 116 | return false; |
| 117 | } |
| 118 | |
| 119 | bool MallocExtension::SetNumericProperty(const char* property, size_t value) { |
| 120 | return false; |
no outgoing calls