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

  /src/lib/libc/stdlib/
jemalloc.c 865 static size_t isalloc(const void *ptr);
3067 isalloc(const void *ptr) function in typeref:typename:size_t
3109 oldsize = isalloc(ptr);
3794 return (isalloc(ptr));
jemalloc.c 865 static size_t isalloc(const void *ptr);
3067 isalloc(const void *ptr) function in typeref:typename:size_t
3109 oldsize = isalloc(ptr);
3794 return (isalloc(ptr));

Completed in 24 milliseconds