OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mm_free
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
monitor_mm.c
129
mm_free
(mmalloc, mms);
152
mm_free
(mm->mmalloc, mm);
203
mm_free
(mm->mmalloc, mms);
212
mm_free
(struct mm_master *mm, void *address)
function
219
fatal("
mm_free
(%p): can not find %p", mm, address);
227
fatal("
mm_free
(%p): double address %p", mm, address);
249
fatal("
mm_free
: memory corruption: %p(%lu) > %p",
259
mm_free
(mm->mmalloc, mms);
272
fatal("
mm_free
: memory corruption: %p < %p(%lu)",
283
mm_free
(mm->mmalloc, mms)
[
all
...]
monitor_mm.h
59
void
mm_free
(struct mm_master *, void *);
monitor.c
[
all
...]
Completed in 60 milliseconds