| 1548 | } |
| 1549 | |
| 1550 | void TCMALLOC_NAMESPACE::TCMallocImplementation::MarkThreadBusy() { |
| 1551 | // Allocate to force the creation of a thread cache, but avoid |
| 1552 | // invoking any hooks. |
| 1553 | do_free(do_malloc(0)); |
| 1554 | } |
| 1555 | |
| 1556 | //------------------------------------------------------------------- |
| 1557 | // Exported routines |