* kmalloc
@ 2004-06-01 22:53 venkata ramana
2004-06-02 6:12 ` kmalloc Jan-Benedict Glaw
2004-06-02 8:50 ` kmalloc Glynn Clements
0 siblings, 2 replies; 3+ messages in thread
From: venkata ramana @ 2004-06-01 22:53 UTC (permalink / raw)
To: linux-c-programming
Will the kmalloc system call fail to allocate more than 131072 bytes
of memory? If so, Is there anyway to change this limit?
thanks,
ramana,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: kmalloc
2004-06-01 22:53 kmalloc venkata ramana
@ 2004-06-02 6:12 ` Jan-Benedict Glaw
2004-06-02 8:50 ` kmalloc Glynn Clements
1 sibling, 0 replies; 3+ messages in thread
From: Jan-Benedict Glaw @ 2004-06-02 6:12 UTC (permalink / raw)
To: linux-c-programming
[-- Attachment #1: Type: text/plain, Size: 629 bytes --]
On Wed, 2004-06-02 04:23:32 +0530, venkata ramana <uvramana@gmail.com>
wrote in message <8158840804060115534de05277@mail.gmail.com>:
> Will the kmalloc system call fail to allocate more than 131072 bytes
> of memory? If so, Is there anyway to change this limit?
Just handle it's return code properly.
MfG, JBG
--
Jan-Benedict Glaw jbglaw@lug-owl.de . +49-172-7608481
"Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg
fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak!
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: kmalloc
2004-06-01 22:53 kmalloc venkata ramana
2004-06-02 6:12 ` kmalloc Jan-Benedict Glaw
@ 2004-06-02 8:50 ` Glynn Clements
1 sibling, 0 replies; 3+ messages in thread
From: Glynn Clements @ 2004-06-02 8:50 UTC (permalink / raw)
To: venkata ramana; +Cc: linux-c-programming
venkata ramana wrote:
> Will the kmalloc system call fail to allocate more than 131072 bytes
> of memory? If so, Is there anyway to change this limit?
kmalloc isn't a system call, it's a kernel function.
Questions about kernel internals should be addressed to the
linux-kernel list.
--
Glynn Clements <glynn.clements@virgin.net>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-02 8:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-01 22:53 kmalloc venkata ramana
2004-06-02 6:12 ` kmalloc Jan-Benedict Glaw
2004-06-02 8:50 ` kmalloc Glynn Clements
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).