ALT Linux Bugzilla
– Attachment 5789 Details for
Bug 28749
Maximum RSS calculation incorrect
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
test for GNU time
test-time.c (text/plain), 235 bytes, created by
Dmitry Chistikov
on 2013-03-25 21:13:05 MSK
(
hide
)
Description:
test for GNU time
Filename:
MIME Type:
Creator:
Dmitry Chistikov
Created:
2013-03-25 21:13:05 MSK
Size:
235 bytes
patch
obsolete
>#include<stdlib.h> > >#define MEGABYTE 1048576 >#define NUM 1 > >int main(int argc, const char **argv) { > char *dummy = malloc(NUM * MEGABYTE); > for (unsigned i = 0; i< NUM * MEGABYTE; i ++) dummy[i] = 1; > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 28749
:
5788
| 5789