VirtualBox

Changeset 2038 in kBuild


Ignore:
Timestamp:
Nov 3, 2008 11:16:06 AM (16 years ago)
Author:
bird
Message:

attempt to fix optimization issue...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/read.c

    r1993 r2038  
    40484048#ifndef CONFIG_WITH_ALLOC_CACHES
    40494049                    struct nameseq *elt = xmalloc (size);
     4050#else
     4051                    struct nameseq *elt = alloccache_alloc (cache);
     4052#endif
    40504053                    memset (elt, '\0', size);
    4051 #else
    4052                     struct nameseq *elt = alloccache_calloc (cache);
    4053 #endif
    40544054                    elt->name = strcache_add (gl.gl_pathv[i]);
    40554055                    elt->next = new;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette