Lines Matching defs:panic

39 #define ASSERT(x)	if (!(x)) panic("assert failed: %s", #x);
62 panic(const char *format, ...)
415 panic("leak check info has invalid size %" B_PRIuSIZE " for"
424 panic("someone wrote beyond small allocation at"
447 panic("leak check info has invalid size %" B_PRIuSIZE " for"
457 panic("someone wrote beyond big allocation at 0x%08lx;"
497 panic("free page is not part of the page table\n");
500 panic("free page has invalid index\n");
503 panic("free page index does not lead to target page\n");
506 panic("free page entry has invalid prev link\n");
509 panic("free page marked as in use\n");
519 panic("free page count %" B_PRIu32 " doesn't match free page list %" B_PRIu32 "\n",
532 panic("free pages and used pages do not add up "
546 panic("size ordering of area list broken\n");
549 panic("area list entry has invalid prev link\n");
560 panic("base ordering of all_areas list broken\n");
581 panic("page area not present in area list\n");
588 panic("used page is not part of the page table\n");
591 panic("used page has invalid index %" B_PRIu16 "\n", page->index);
594 panic("used page index does not lead to target page"
600 panic("used page entry has invalid prev link (%p vs %p bin "
605 panic("used page %p marked as not in use\n", page);
608 panic("used page with bin index %" B_PRIu16 " in page list of bin %" B_PRIu32 "\n",
613 panic("ordering of bin page list broken\n");
622 panic("free list entry out of page range %p\n", element);
625 panic("free list entry not on a element boundary\n");
633 panic("empty index beyond slot count (%" B_PRIu16 " with %" B_PRIu32 " slots)\n",
639 panic("more free slots than fit into the page\n");
743 panic("tried removing heap area that has still pages in use");
748 panic("tried removing the last non-full heap area");
773 panic("removing heap area that is not in all list");
801 panic("heap configuration invalid - max bin count reached\n");
1073 panic("got an in use page from the free pages list\n");
1120 panic("memalign() with an alignment which is not a power of 2 (%" B_PRIuSIZE ")\n",
1215 panic("free(): page %p: invalid bin_index %d\n", page,
1225 panic("free(): address %p does not fall on allocation boundary"
1239 panic("free(): address %p already exists in page free"
1250 panic("leak check info has invalid size %" B_PRIuSIZE
1260 panic("someone wrote beyond small allocation at %p;"
1309 panic("free(): large allocation address %p not on page base %p\n",
1343 panic("leak check info has invalid size %" B_PRIuSIZE
1353 panic("someone wrote beyond big allocation at %p;"
1425 panic("realloc(): page %p: invalid bin_index %d\n", page,
1541 panic("get_allocation_info(): page %p: invalid bin_index %d\n", page,
1552 panic("get_allocation_info(): address %p does not fall on"
1564 panic("leak check info has invalid size %" B_PRIuSIZE
1572 panic("get_allocation_info(): large allocation address %p not on"
1596 panic("leak check info has invalid size %" B_PRIuSIZE
1734 panic("heap: failed to create area for guarded allocation of %" B_PRIuSIZE
1741 panic("heap: failed to protect guard page: %s\n", strerror(errno));
1856 panic("heap: failed to create area for huge allocation of %" B_PRIuSIZE
1901 panic("heap: heap has run out of memory trying to allocate %" B_PRIuSIZE " bytes\n",
1951 panic("free(): free failed for address %p\n", address);
2022 panic("realloc(): failed to allocate new block of %" B_PRIuSIZE
2036 panic("realloc(): failed to realloc address %p to size %" B_PRIuSIZE "\n", address,