HomeSort by: relevance | last modified time | path
    Searched refs:deallocated (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/unit/
zero_realloc_free.c 4 deallocated() { function
8 uint64_t deallocated; local
9 size_t sz = sizeof(deallocated);
10 expect_d_eq(mallctl("thread.deallocated", (void *)&deallocated, &sz,
12 return deallocated;
18 uint64_t deallocated_before = deallocated();
20 uint64_t deallocated_after = deallocated();
zero_realloc_alloc.c 16 deallocated() { function
20 uint64_t deallocated; local
21 size_t sz = sizeof(deallocated);
22 expect_d_eq(mallctl("thread.deallocated", (void *)&deallocated, &sz,
24 return deallocated;
31 uint64_t deallocated_before = deallocated();
34 uint64_t deallocated_after = deallocated();
  /src/external/bsd/jemalloc.old/dist/test/unit/
zero_realloc_free.c 4 deallocated() { function
8 uint64_t deallocated; local
9 size_t sz = sizeof(deallocated);
10 expect_d_eq(mallctl("thread.deallocated", (void *)&deallocated, &sz,
12 return deallocated;
18 uint64_t deallocated_before = deallocated();
20 uint64_t deallocated_after = deallocated();
zero_realloc_alloc.c 16 deallocated() { function
20 uint64_t deallocated; local
21 size_t sz = sizeof(deallocated);
22 expect_d_eq(mallctl("thread.deallocated", (void *)&deallocated, &sz,
24 return deallocated;
31 uint64_t deallocated_before = deallocated();
34 uint64_t deallocated_after = deallocated();
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
activity_callback.h 16 uint64_t deallocated);
thread_event.h 121 te_free_fastpath_ctx(tsd_t *tsd, uint64_t *deallocated, uint64_t *threshold) {
123 *deallocated = *tsd_thread_deallocatedp_get_unsafe(tsd);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
activity_callback.h 16 uint64_t deallocated);
thread_event.h 121 te_free_fastpath_ctx(tsd_t *tsd, uint64_t *deallocated, uint64_t *threshold) {
123 *deallocated = *tsd_thread_deallocatedp_get_unsafe(tsd);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
activity_callback.h 16 uint64_t deallocated);
thread_event.h 121 te_free_fastpath_ctx(tsd_t *tsd, uint64_t *deallocated, uint64_t *threshold) {
123 *deallocated = *tsd_thread_deallocatedp_get_unsafe(tsd);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
activity_callback.h 16 uint64_t deallocated);
thread_event.h 121 te_free_fastpath_ctx(tsd_t *tsd, uint64_t *deallocated, uint64_t *threshold) {
123 *deallocated = *tsd_thread_deallocatedp_get_unsafe(tsd);
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/
aarch64.h 46 # error Your gcc version performs unsafe access to deallocated stack
  /src/external/bsd/nsd/dist/
netio.h 72 netio_handler_list_type *deallocated; member in struct:netio
147 * instance is cleaned up when the REGION is deallocated.
netio.c 33 result->deallocated = NULL;
46 if (netio->deallocated) {
48 * If we have deallocated handler list elements, reuse
51 elt = netio->deallocated;
52 netio->deallocated = elt->next;
81 (*elt_ptr)->next = netio->deallocated;
82 netio->deallocated = *elt_ptr;
  /src/sys/ufs/ext2fs/
ext2fs_balloc.c 106 u_int deallocated; local
315 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) {
317 deallocated += fs->e2fs_bsize;
345 if (deallocated) {
346 ext2fs_setnblock(ip, ext2fs_nblock(ip) - btodb(deallocated));
  /src/sys/ufs/ffs/
ffs_balloc.c 121 int deallocated, osize, nsize, num, i, error; local
510 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) {
512 deallocated += fs->fs_bsize;
514 if (deallocated) {
519 (void)chkdq(ip, -btodb(deallocated), cred, FORCE);
521 ip->i_ffs1_blocks -= btodb(deallocated);
539 int deallocated, osize, nsize, num, i, error; local
1030 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) {
1032 deallocated += fs->fs_bsize;
1034 if (deallocated) {
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
api.txt 106 returned in the "out" parameter needs to be deallocated by the caller.
  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 3142 uint64_t deallocated, threshold; local
3143 te_free_fastpath_ctx(tsd, &deallocated, &threshold);
3146 uint64_t deallocated_after = deallocated + usize;
  /src/external/bsd/jemalloc.old/dist/src/
jemalloc.c 3142 uint64_t deallocated, threshold; local
3143 te_free_fastpath_ctx(tsd, &deallocated, &threshold);
3146 uint64_t deallocated_after = deallocated + usize;

Completed in 62 milliseconds