/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | massif_max.pl | 24 my ($heap, $heap_extra, $stack) = m{ 30 my $total = $heap + $heap_extra + $stack; 32 ($max, $max_heap, $max_he, $max_stack) = ($total, $heap, $heap_extra, $stack);
|
D | generate_ssl_debug_helpers.py | 57 stack = [] 63 nonlocal stack 65 if stack: 90 stack.append((directive, param, start, end)) 93 if not stack: 96 pair_directive, pair_param, pair_start, pair_end = stack.pop() 116 stack.append((directive, param, start, end)) 117 assert not stack, len(stack)
|
/openthread-latest/third_party/tcplp/ |
D | README.md | 15 TCPlp is derived from the TCP stack in the FreeBSD Operating System. Files 22 TCPlp is a full-scale TCP stack for low-power wireless networks and 25 stack in the FreeBSD operating system.
|
/openthread-latest/src/posix/platform/ |
D | backtrace.cpp | 116 void *stack[kMaxDepth]; in dumpStack() local 120 depth = backtrace(stack, kMaxDepth); in dumpStack() 121 symbols = backtrace_symbols(stack, depth); in dumpStack()
|
/openthread-latest/examples/platforms/zephyr/ |
D | README.md | 1 The OpenThread stack is integrated with ZephyrOS and nRF Connect SDK.
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | spi-hdlc-adapter.c | 318 void **stack = stack_mem; in signal_critical() local 339 stack_depth = backtrace(stack, AUTO_PRINT_BACKTRACE_STACK_DEPTH); in signal_critical() 344 stack[1] = (void *)uc->uc_mcontext.gregs[REG_RIP]; in signal_critical() 346 stack[1] = (void *)uc->uc_mcontext.gregs[REG_EIP]; in signal_critical() 348 stack[1] = (void *)uc->uc_mcontext.arm_ip; in signal_critical() 354 backtrace_symbols_fd(stack, stack_depth, STDERR_FILENO); in signal_critical() 357 stack_symbols = backtrace_symbols(stack, stack_depth); in signal_critical()
|
/openthread-latest/tests/nexus/ |
D | README.md | 12 …es platform behavior, allowing multiple nodes running the OpenThread core stack to be simulated an…
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | build_tree.py | 84 for frame in inspect.stack():
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 121 data on the stack before returning. 139 - Cleaning up secret values from the stack before returning from a function. 151 p256-m doesn't use any dynamic memory (on the heap), only the stack. Here's 152 how much stack is used by each of its 4 public functions on selected cores: 161 For details, see `stack.sh`, `wcs.py` and `libc.msu` (the above figures assume 162 that the externally-provided RNG function uses at most 384 bytes of stack). 216 TinyCrypto also uses no heap, only the stack. Here's the RAM used by each 542 tested Cortex-M CPUs, while slightly reducing code size and stack usage) is
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 70 …- Read-only methods, global variables, stack variables, or data members are read-only should be qu… 151 …- All scoped (i.e. stack) variable declarations should be placed together at the top of the enclos… 172 …t technical information or theory of operation unique and relevant to the stack that is not otherw…
|
D | CONTRIBUTING.md | 164 4. In gdb, run `backtrace` or `bt`. Then you should see the stack of the crashed program. Find and …
|
/openthread-latest/src/posix/ |
D | README.md | 147 # build daemon mode core stack for POSIX
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | alternative-implementations.md | 54 …sary, for example, to support applications that populate a context on the stack of an inner functi…
|
D | psa-crypto-implementation-structure.md | 152 …needs to be known at compile time, since callers may allocate them on the stack. Therefore these s…
|
D | psa-shared-memory.md | 134 …ed into or out of a buffer in memory owned by the crypto service (heap or stack). This adds ineffi…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | README.md | 147 - `ASanDbg`. Same as ASan but slower, with debug information and better stack traces. 149 - `MemSanDbg`. Same as MemSan but slower, with debug information, better stack traces and origin …
|
D | ChangeLog | 144 * Fix a stack buffer overread (less than 256 bytes) when parsing a TLS 1.3 235 This reduces stack usage significantly for writing a public/private 501 * Fix very high stack usage in SSL debug code. Reported by Maximilian 562 This reduces stack usage significantly for RSA signature 1989 * Fix a stack buffer overflow with mbedtls_net_poll() and 2184 * Reduce stack usage significantly during sliding window exponentiation. 2291 * Reduce the stack consumption of mbedtls_x509write_csr_der() which 2292 previously could lead to stack overflow on constrained devices. 2711 * Avoid use of statically sized stack buffers for certificate writing. 2804 * Reduce stack usage of hkdf tests. Fixes #2195. [all …]
|
/openthread-latest/src/cli/ |
D | README_NETDATA.md | 224 Get the maximum observed length of the Thread Network Data since OT stack initialization or since t…
|
D | README.md | 514 - The `max-used` shows the maximum number of used buffers at the same time since OT stack initializ… 515 - This is then followed by info about different queues used by OpenThread stack, each line represen… 2446 It must be used before Thread stack is enabled. 4093 Print the OpenThread stack uptime (duration since OpenThread stack initialization). 4106 Print the OpenThread stack uptime in msec.
|
D | README_DATASET.md | 685 …and extended PAN ID in the dataset buffer if set or values in the current stack if not, otherwise …
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 356 The two AEAD modes, GCM and CCM, have very similar needs and positions in the stack, strongly sugge… 358 …stack: most users don't care about it per se, they only care about getting random numbers - in fac…
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 695 own compression mechanisms and are in a better position than the TLS stack to
|