Searched refs:stack_buf (Results 1 – 6 of 6) sorted by relevance
53 typename StringType::value_type stack_buf[1024]; in StringAppendVT() local61 int result = vsnprintfT(stack_buf, arraysize(stack_buf), format, ap_copy); in StringAppendVT()64 if (result >= 0 && result < static_cast<int>(arraysize(stack_buf))) { in StringAppendVT()66 dst->append(stack_buf, result); in StringAppendVT()71 int mem_length = arraysize(stack_buf); in StringAppendVT()
73 char stack_buf[100]; in test_return_stack_memory_ok() local74 char *pos = return_buf(stack_buf); in test_return_stack_memory_ok()79 char stack_buf[100]; in test_return_stack_memory_bad() local80 char *x = stack_buf; in test_return_stack_memory_bad()
31 unsigned char *stack_buf; member118 pctx->stack_buf = malloc(SIGSTKSZ); in setup_context()119 if (!pctx->stack_buf) { in setup_context()123 pctx->ctx_fnew.uc_stack.ss_sp = pctx->stack_buf; in setup_context()182 free(pbundle->pctx->stack_buf); in copy_file_wrapper()
86 char stack_buf[512]; in LogMessage() local88 char* log_msg = &stack_buf[0]; in LogMessage()94 for (size_t max_len = sizeof(stack_buf);;) { in LogMessage()
278 void* stack_buf[kDefaultDumpStackFramesLimit]; in DumpStackTrace() local279 void** stack = stack_buf; in DumpStackTrace()
728 alignas(16) char stack_buf[PTHREAD_STACK_MIN]; in CloneAndLongjmpInChild() local733 void* stack = stack_buf + sizeof(stack_buf); in CloneAndLongjmpInChild()