X7ROOT File Manager
Current Path:
/opt/cpanel/ea-ruby27/src/passenger-release-6.0.23/test/support
opt
/
cpanel
/
ea-ruby27
/
src
/
passenger-release-6.0.23
/
test
/
support
/
📁
..
📄
allocate_memory.c
(255 B)
📄
apache2_controller.rb
(9.53 KB)
📄
multipart.rb
(1.98 KB)
📄
nginx_controller.rb
(2.32 KB)
📄
placebo-preloader.rb
(2.47 KB)
📄
test_helper.rb
(10.53 KB)
📄
valgrind.h
(143.36 KB)
Editing: allocate_memory.c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> int main(int argc, char *argv[]) { long size = atol(argv[1]) * 1024 * 1024; char *memory = (char *) malloc(size); memset(memory, 0, size); sleep(999999999); return 0; }
Upload File
Create Folder