Home
last modified time | relevance | path

Searched defs:calloc_must_clear (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/upstream-dlmalloc/
Dmalloc.c2297 #define calloc_must_clear(p) (!is_mmapped(p)) macro
2299 #define calloc_must_clear(p) (1) macro