Searched refs:kCommandBufferSize (Results 1 – 1 of 1) sorted by relevance
784 const size_t kCommandBufferSize = 512; in execute_panic_commands() local785 char* commandBuffer = (char*)debug_malloc(kCommandBufferSize); in execute_panic_commands()790 if (vsnprintf(commandBuffer, kCommandBufferSize, in execute_panic_commands()792 < (int)kCommandBufferSize) { in execute_panic_commands()