libmemunreachable: fix docs formatting.
Bug: N/A Test: gittiles Change-Id: I59e7d22562cffa4e4a3c2a186523ae0f15623950
This commit is contained in:
parent
d580c441ab
commit
1c1b6a0cdb
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Returns `true` if no unreachable memory was found.
|
|||
|
||||
### C++ interface ###
|
||||
|
||||
####`bool GetUnreachableMemory(UnreachableMemoryInfo& info, size_t limit = 100)`####
|
||||
#### `bool GetUnreachableMemory(UnreachableMemoryInfo& info, size_t limit = 100)` ####
|
||||
Updates an `UnreachableMemoryInfo` object with information on leaks, including details on up to `limit` leaks. Returns true if leak detection succeeded.
|
||||
|
||||
#### `std::string GetUnreachableMemoryString(bool log_contents = false, size_t limit = 100)` ####
|
||||
|
|
Loading…
Reference in a new issue