| /external/linux-tools-perf/bench/ |
| mem-memcpy.c | 26 static const char *routine = "default"; variable 36 OPT_STRING('r', "routine", &routine, "default", 37 "Specify routine to copy"), 49 struct routine { struct 55 struct routine routines[] = { 202 if (!strcmp(routines[i].name, routine)) 206 printf("Unknown routine:%s\n", routine);
|
| /external/qemu/memcheck/ |
| memcheck_common.h | 156 /* Code of the allocation routine, in context of which query has been made: 160 uint32_t routine; member in struct:MallocDescQuery 208 * accending order, where entry at index 0 corresponds to the routine
|
| /bionic/libc/bionic/ |
| malloc_debug_qemu.cpp | 152 /* Code of the allocation routine, in context of which query has been made: 156 uint32_t routine; member in struct:MallocDescQuery 265 * routine. 348 * This variable is updated by memcheck_initialize routine. */ 354 * routine. */ 428 * the desc parameter passed to this routine has been zeroed out by the 466 * routine - Code of the allocation routine, in context of which query is made: 472 static inline int query_qemu_malloc_info(void* ptr, MallocDesc* desc, uint32_t routine) { 478 query.routine = routine [all...] |