Subversion Repositories Kolibri OS

Rev

Rev 9057 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9057 Rev 9827
Line 519... Line 519...
519
    __asm__ __volatile__(
519
    __asm__ __volatile__(
520
    "call *__imp__SysMsgBoardStr"
520
    "call *__imp__SysMsgBoardStr"
521
    ::"S" (text));
521
    ::"S" (text));
522
};
522
};
Line 523... Line 523...
523
 
523
 
524
static inline void *vzalloc(unsigned long size)
524
static inline void *KernelZeroAlloc(unsigned long size)
525
{
525
{
Line 526... Line 526...
526
    void *mem;
526
    void *mem;
527
 
527