Searched refs:caller (Results 1 – 8 of 8) sorted by relevance
| /components/mm/ |
| A D | mm_page.h | 44 void *caller; \
|
| A D | mm_page.c | 152 LOG_W("LEAK: %p, allocator: %p, size bits: %lx", pg_va, page->caller, page->trace_size); in _collect() 167 static void _trace_alloc(rt_page_t page, void *caller, size_t size_bits) in _trace_alloc() argument 171 page->caller = caller; in _trace_alloc() 193 LOG_W("%s: %p, allocator: %p, size bits: %lx", msg, pg_va, page->caller, page->trace_size); in _report() 198 static void _trace_free(rt_page_t page, void *caller, size_t size_bits) in _trace_free() argument
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 2352 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 2356 # So in most cases it will be better to enable caller graphs for selected 2357 # functions only using the \callergraph command. Disabling a caller graph can be
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 2375 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 2379 # So in most cases it will be better to enable caller graphs for selected 2380 # functions only using the \callergraph command. Disabling a caller graph can be
|
| A D | lwip.Doxyfile.cmake.in | 2375 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller 2379 # So in most cases it will be better to enable caller graphs for selected 2380 # functions only using the \callergraph command. Disabling a caller graph can be
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 2911 the caller. This deprecates the ETHARP_ALWAYS_INSERT overrule option.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 3867 the caller. This deprecates the ETHARP_ALWAYS_INSERT overrule option.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 4120 the caller. This deprecates the ETHARP_ALWAYS_INSERT overrule option.
|
Completed in 34 milliseconds