Home
last modified time | relevance | path

Searched refs:callers (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/heap/include/
Dheap_trace.inc45 callers[N] = __builtin_return_address(N+STACK_OFFSET); \
46 if (!esp_ptr_executable(callers[N]) \
47 || callers[N] == (void*) HEAP_ARCH_INVALID_PC) { \
48 callers[N] = 0; \
58 static IRAM_ATTR __attribute__((noinline)) void get_call_stack(void **callers)
60 bzero(callers, sizeof(void *) * STACK_DEPTH);
113 void *callers[STACK_DEPTH];
114 get_call_stack(callers);
115 record_free(p, callers);
125 void *callers[STACK_DEPTH];
[all …]
/device/soc/esp/esp32/components/heap/
Dheap_trace_standalone.c210 static IRAM_ATTR void record_free(void *p, void **callers) in record_free() argument
229 memcpy(buffer[i].freed_by, callers, sizeof(void *) * STACK_DEPTH); in record_free()
/device/board/unionman/unionpi_tiger/kernel/build/
Dlinux-5.10.patch2029 + * owned by another driver. To evict current owners, callers should use
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch20416 + /* FIXME: make callers iterate through multiple CEA ext blocks? */
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz