So you’re saying other programs can allocate memory allocated by other programs as long as they are not writing to that said memory address?

|
kraftwerk28 2022-07-10 23:39:06
C0rn3j 2022-07-10 23:14:33
Ideally, make a PKGBUILD and follow the conventions

Would that be a PKGBUILD in the program’s source tree root (and empty source array)? I don’t want to publish it to the AUR

k83sj4 2022-07-10 23:41:01
ghostinthewire 2022-07-10 23:32:58
does it make swap faster

it depends but mostly yes.

k83sj4 2022-07-10 23:42:06
howeverpossible 2022-07-10 23:33:01
How

check zram section at arch wiki.

howeverpossible 2022-07-10 23:43:03
k83sj4 2022-07-10 23:42:06
check zram section at arch wiki.

I’m talking about how you filled out completely

C0rn3j 2022-07-10 23:43:25
kraftwerk28 2022-07-10 23:39:06
Would that be a PKGBUILD in the program’s source tree root (and empty source array)? I don’t want to publish it to the AUR

Why not? But sure, that’s fine.

You could of course ignore that and just throw it in usr local bin if it’s a singular binary

k83sj4 2022-07-10 23:46:19
howeverpossible 2022-07-10 23:43:03
I’m talking about how you filled out completely

i wrote a mini program to fill ram with random data.

howeverpossible 2022-07-10 23:48:48
k83sj4 2022-07-10 23:46:19
i wrote a mini program to fill ram with random data.

Wow

ghostinthewire 2022-07-10 23:51:40
k83sj4 2022-07-10 23:46:19
i wrote a mini program to fill ram with random data.

are you a programmer

jussihi 2022-07-10 23:54:03
k83sj4 2022-07-10 23:46:19
i wrote a mini program to fill ram with random data.

:—D

jonathn 2022-07-10 23:57:43
k83sj4 2022-07-10 23:46:19
i wrote a mini program to fill ram with random data.

while(true) malloc ? 😁

k83sj4 2022-07-11 00:02:40
jonathn 2022-07-10 23:57:43
while(true) malloc ? 😁

add another loop, some rand and memcpy too. otherwise it will be pointless.

jussihi 2022-07-11 00:02:56
k83sj4 2022-07-11 00:02:40
add another loop, some rand and memcpy too. otherwise it will be pointless.

doesn’t make a difference

jussihi 2022-07-11 00:03:11
memory is allocated anyway until the program is closed
k83sj4 2022-07-11 00:03:56
you need write some data too. allocation not enough alone.
k83sj4 2022-07-11 00:04:34
also data is playing key factor in zram because compression ratio depends on data.
The_Lucky_guy 2022-07-11 00:04:41
Is there any problem with SDDM? it doesn’t recognize my keyboard after wake up
jussihi 2022-07-11 00:04:45
so you’re saying other programs can allocate memory allocated by other programs as long as they are not writing to that said memory address? you are wrong
jussihi 2022-07-11 00:05:48
well yes for compressed ram you should have multiple allocations to fill it up quicker
cs0117 2022-07-11 00:21:22
I need help,there is something that i can’t understand about partitions, who can help me?
k83sj4 2022-07-11 00:26:07
jussihi 2022-07-11 00:04:45
so you’re saying other programs can allocate memory allocated by other programs as long as they are not writing to that said memory address? you are wrong

malloc returned memory won’t be available in some cases even if return is not null.

so, you can’t be sure you really allocated this memory until you wrote something to allocated memory address.

kraftwerk28 2022-07-11 00:30:36
k83sj4 2022-07-11 00:26:07
malloc returned memory won’t be available in some cases even if return is not null.

so, you can’t be sure you really allocated this memory until you wrote something to allocated memory address.

> won’t be available even if return != NULL
do you mean page faults?

k83sj4 2022-07-11 00:47:57
kraftwerk28 2022-07-11 00:30:36
> won’t be available even if return != NULL
do you mean page faults?

i guess correct term is “lazy allocation”.
“page faults” are implementation detail.

kadirilgin1453 2022-07-11 00:53:24
Hello. How to download cs go 1.6 on arch linux?
jadelagay 2022-07-11 00:53:52
steam?
kadirilgin1453 2022-07-11 00:54:12
i don’t have money 😀
jadelagay 2022-07-11 00:54:22
then you dont have the game. very simple
FrozenCat 2022-07-11 00:55:46
kadirilgin1453 2022-07-11 00:56:01
A small black window opens and then closes.
pontaoski 2022-07-11 00:56:03
for legal reasons™️ we don’t do piracy here
FrozenCat 2022-07-11 00:56:11
pontaoski 2022-07-11 00:56:03
for legal reasons™️ we don’t do piracy here

ok

FrozenCat 2022-07-11 00:56:28
but im not providing anything
I’m just saying it works if you get your hands on it
jonathn 2022-07-11 00:57:12
FrozenCat 2022-07-11 00:56:28
but im not providing anything
I’m just saying it works if you get your hands on it

archlinuxgroup-598200.jpg

FrozenCat 2022-07-11 00:57:33
jonathn 2022-07-11 00:57:12

when did i provide copyrighted content?

jadelagay 2022-07-11 00:57:46
when did you read the rules?
jadelagay 2022-07-11 00:58:04
apparently you never did
|