HomeSort by: relevance | last modified time | path
    Searched defs:malloc_pageshift (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/stdlib/
malloc.c 49 # define malloc_pageshift 13U macro
53 # define malloc_pageshift 13U macro
57 # define malloc_pageshift 13U macro
61 # define malloc_pageshift 12U macro
65 # define malloc_pageshift 12U macro
126 #define ZEROSIZEPTR ((void *)(uintptr_t)(1UL << (malloc_pageshift - 1)))
188 static size_t malloc_pageshift; variable in typeref:typename:size_t
201 (((size_t)(uintptr_t)(foo) >> malloc_pageshift)-malloc_origo)
349 intptr_t bytes = pages << malloc_pageshift;
463 for (malloc_pageshift = 0
    [all...]
malloc.c 49 # define malloc_pageshift 13U macro
53 # define malloc_pageshift 13U macro
57 # define malloc_pageshift 13U macro
61 # define malloc_pageshift 12U macro
65 # define malloc_pageshift 12U macro
126 #define ZEROSIZEPTR ((void *)(uintptr_t)(1UL << (malloc_pageshift - 1)))
188 static size_t malloc_pageshift; variable in typeref:typename:size_t
201 (((size_t)(uintptr_t)(foo) >> malloc_pageshift)-malloc_origo)
349 intptr_t bytes = pages << malloc_pageshift;
463 for (malloc_pageshift = 0
    [all...]
malloc.c 49 # define malloc_pageshift 13U macro
53 # define malloc_pageshift 13U macro
57 # define malloc_pageshift 13U macro
61 # define malloc_pageshift 12U macro
65 # define malloc_pageshift 12U macro
126 #define ZEROSIZEPTR ((void *)(uintptr_t)(1UL << (malloc_pageshift - 1)))
188 static size_t malloc_pageshift; variable in typeref:typename:size_t
201 (((size_t)(uintptr_t)(foo) >> malloc_pageshift)-malloc_origo)
349 intptr_t bytes = pages << malloc_pageshift;
463 for (malloc_pageshift = 0
    [all...]

Completed in 47 milliseconds