OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MallocFree
(Results
1 - 2
of
2
) sorted by null
/external/qemu/memcheck/
memcheck_common.h
48
* Event's value parameter points to
MallocFree
descriptor instance in the
181
typedef struct
MallocFree
{
194
}
MallocFree
;
195
/* Helpers for addressing field in
MallocFree
structure, using which emulator
198
#define FREE_RES_OFFSET ((uint32_t)(ptrdiff_t)&(((
MallocFree
*)0)->libc_pid))
/bionic/libc/bionic/
malloc_debug_qemu.cpp
173
struct
MallocFree
{
207
* Event's value parameter points to
MallocFree
descriptor that contains
449
volatile
MallocFree
free_desc;
[
all
...]
Completed in 324 milliseconds